0004-binutils-2.47.patch 427 B

12345678910111213141516
  1. diff -Nur elf2flt-v2024.02.orig/elf2flt.c elf2flt-v2024.02/elf2flt.c
  2. --- elf2flt-v2024.02.orig/elf2flt.c 2024-05-08 20:49:03.000000000 +0200
  3. +++ elf2flt-v2024.02/elf2flt.c 2026-07-30 14:50:59.491137400 +0200
  4. @@ -296,10 +296,10 @@
  5. #ifdef DEBUG_BFIN
  6. fprintf(stderr, "found weak undefined symbol %s\n", symbol->name);
  7. #endif
  8. - return TRUE;
  9. + return 1;
  10. }
  11. }
  12. - return FALSE;
  13. + return 0;
  14. }
  15. static int