0006-mbbadsymindx.diff 618 B

123456789101112
  1. --- binutils-2.25.1/bfd/elf32-microblaze.c.orig 2016-02-11 23:12:00.301992882 +0000
  2. +++ binutils-2.25.1/bfd/elf32-microblaze.c 2016-02-11 23:28:12.043074209 +0000
  3. @@ -3293,8 +3293,7 @@
  4. The entry in the global offset table will already have been
  5. initialized in the relocate_section function. */
  6. if (info->shared
  7. - && (info->symbolic || h->dynindx == -1)
  8. - && h->def_regular)
  9. + && ((info->symbolic && h->def_regular) || h->dynindx == -1))
  10. {
  11. asection *sec = h->root.u.def.section;
  12. microblaze_elf_output_dynamic_relocation (output_bfd,