From: Ian Lance Taylor Date: Thu, 18 Aug 1994 21:33:07 +0000 (+0000) Subject: * elfcode.h (elf_fake_sections): Just check for ".rela" and X-Git-Tag: gdb-4_18~13781 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32c765539c16ebc1dd2405ec388a046f80eef7f9;p=platform%2Fupstream%2Fbinutils.git * elfcode.h (elf_fake_sections): Just check for ".rela" and ".rel", not ".rela." and ".rel."; make this work by checking use_rela_p. * elf32-i386.c (elf_i386_check_relocs): Just check for ".rel", not ".rel." (elf_i386_size_dynamic_sections): Likewise. (elf_i386_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_check_relocs): Just check for ".rela", not ".rela." (elf32_sparc_size_dynamic_sections): Likewise. (elf32_sparc_relocate_section): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 569d83c..e04ddf4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Aug 18 16:29:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * elfcode.h (elf_fake_sections): Just check for ".rela" and + ".rel", not ".rela." and ".rel."; make this work by checking + use_rela_p. + * elf32-i386.c (elf_i386_check_relocs): Just check for ".rel", not + ".rel." + (elf_i386_size_dynamic_sections): Likewise. + (elf_i386_relocate_section): Likewise. + * elf32-sparc.c (elf32_sparc_check_relocs): Just check for + ".rela", not ".rela." + (elf32_sparc_size_dynamic_sections): Likewise. + (elf32_sparc_relocate_section): Likewise. + Wed Aug 17 16:54:18 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * linker.c (_bfd_generic_link_add_archive_symbols): Initialize