From: Hans-Peter Nilsson Date: Sun, 17 Jun 2012 07:28:29 +0000 (+0000) Subject: * elf32-cris.c (cris_elf_relocate_section): X-Git-Tag: sid-snapshot-20120701~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26a48bb3a9c962068b83ff38b0818956c961da74;p=external%2Fbinutils.git * elf32-cris.c (cris_elf_relocate_section): : Handle references to thread common symbols. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 41e6264..39f5829 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-06-17 Hans-Peter Nilsson + + * elf32-cris.c (cris_elf_relocate_section): + : Handle references to + thread common symbols. + 2012-06-13 Nick Clifton * elf32-arm.c (bfd_arm_get_mach_from_attributes): New function. diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 1f7d20d..3710d47 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -1877,7 +1877,8 @@ cris_elf_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED, return FALSE; } - if (!info->shared && (h == NULL || h->def_regular)) + if (!info->shared + && (h == NULL || h->def_regular || ELF_COMMON_DEF_P (h))) { /* Known contents of the GOT. */ bfd_vma off;