microblaze.patch 777 B

12345678910111213141516
  1. From here:
  2. https://sourceware.org/bugzilla/show_bug.cgi?id=19516
  3. diff -Nur binutils-2.25.1.orig/bfd/elf32-microblaze.c binutils-2.25.1/bfd/elf32-microblaze.c
  4. --- binutils-2.25.1.orig/bfd/elf32-microblaze.c 2015-07-21 10:20:58.000000000 +0200
  5. +++ binutils-2.25.1/bfd/elf32-microblaze.c 2016-02-14 11:38:45.822387506 +0100
  6. @@ -3293,8 +3293,7 @@
  7. The entry in the global offset table will already have been
  8. initialized in the relocate_section function. */
  9. if (info->shared
  10. - && (info->symbolic || h->dynindx == -1)
  11. - && h->def_regular)
  12. + && ((info->symbolic && h->def_regular) || h->dynindx == -1))
  13. {
  14. asection *sec = h->root.u.def.section;
  15. microblaze_elf_output_dynamic_relocation (output_bfd,