diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-18 21:33:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-18 21:33:07 +0000 |
commit | 32c765539c16ebc1dd2405ec388a046f80eef7f9 (patch) | |
tree | 3fd04a782df14a4366fe7000d5a809e650cec7c5 /bfd | |
parent | b400f56dbb0739dedd9a69763d83a57f82674821 (diff) | |
download | gdb-32c765539c16ebc1dd2405ec388a046f80eef7f9.zip gdb-32c765539c16ebc1dd2405ec388a046f80eef7f9.tar.gz gdb-32c765539c16ebc1dd2405ec388a046f80eef7f9.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 |