2009-09-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
* elf32-cr16.c (elf32_cr16_relocate_section): Removed info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case.
This commit is contained in:
parent
cafed8af5a
commit
0505e9020e
@ -1,3 +1,8 @@
|
||||
2009-09-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* 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 <nickc@redhat.com>
|
||||
|
||||
PR 10478: Accepting Solaris binaries.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user