libgcc-fdpic-bfin.patch 494 B

123456789101112
  1. diff -Nur gcc-14.2.0.orig/libgcc/unwind-pe.h gcc-14.2.0/libgcc/unwind-pe.h
  2. --- gcc-14.2.0.orig/libgcc/unwind-pe.h 2024-08-01 10:17:17.000000000 +0200
  3. +++ gcc-14.2.0/libgcc/unwind-pe.h 2025-03-10 10:40:25.191585648 +0100
  4. @@ -264,7 +264,7 @@
  5. if (result != 0)
  6. {
  7. -#if __FDPIC__
  8. +#if defined(__FDPIC__) && !defined(__BFIN_FDPIC__)
  9. /* FDPIC relative addresses imply taking the GOT address
  10. into account. */
  11. if ((encoding & DW_EH_PE_pcrel) && (encoding & DW_EH_PE_indirect))