From 0505e9020e29fbe2e8460cd16d7f5da30129a3ce Mon Sep 17 00:00:00 2001 From: M R Swami Reddy Date: Tue, 29 Sep 2009 11:55:09 +0000 Subject: 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. --- bfd/elf32-cr16.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'bfd/elf32-cr16.c') diff --git a/bfd/elf32-cr16.c b/bfd/elf32-cr16.c index 17be1ff562..f82d1e902d 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); -- cgit v1.2.1