* elfcode.h (elf_fake_sections): Just check for ".rela" and
authorIan Lance Taylor <ian@airs.com>
Thu, 18 Aug 1994 21:33:07 +0000 (21:33 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 18 Aug 1994 21:33:07 +0000 (21:33 +0000)
commit32c765539c16ebc1dd2405ec388a046f80eef7f9
tree3fd04a782df14a4366fe7000d5a809e650cec7c5
parentb400f56dbb0739dedd9a69763d83a57f82674821
* 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.
bfd/ChangeLog