mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 05:20:44 +00:00
* 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.
This commit is contained in:
parent
b400f56dbb
commit
32c765539c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user