From: M R Swami Reddy Date: Tue, 29 Sep 2009 11:55:09 +0000 (+0000) Subject: 2009-09-29 M R Swami Reddy X-Git-Tag: sid-snapshot-20091001~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0505e9020e29fbe2e8460cd16d7f5da30129a3ce;p=platform%2Fupstream%2Fbinutils.git 2009-09-29 M R Swami Reddy * elf32-cr16.c (elf32_cr16_relocate_section): Removed info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3594e25..4ee8731 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-09-29 M R Swami Reddy + + * elf32-cr16.c (elf32_cr16_relocate_section): Removed + info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case. + 2009-09-28 Nick Clifton PR 10478: Accepting Solaris binaries. diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 17be1ff..f82d1e9 100644 --- a/bfd/elf32-cr16.c +++ b/bfd/elf32-cr16.c @@ -1431,9 +1431,6 @@ elf32_cr16_relocate_section (bfd *output_bfd, struct bfd_link_info *info, struct elf_link_hash_entry **sym_hashes; Elf_Internal_Rela *rel, *relend; - if (info->relocatable) - return TRUE; - symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr; sym_hashes = elf_sym_hashes (input_bfd);