diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-31 00:04:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-31 00:04:03 +0000 |
commit | 197e30e5605a184b3728dbd79c7890a3c09cf27e (patch) | |
tree | 6328eaa3a8b1f4df39c2f8f1ae9431b2c03fb64a /bfd/ChangeLog | |
parent | ec11c09cf842db1e512c1d5f01e4fadafbb93003 (diff) | |
download | gdb-197e30e5605a184b3728dbd79c7890a3c09cf27e.zip gdb-197e30e5605a184b3728dbd79c7890a3c09cf27e.tar.gz gdb-197e30e5605a184b3728dbd79c7890a3c09cf27e.tar.bz2 |
* elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT
and DT_FINI dynamic entries based on the existence of _init and
_fini symbols, not on the .init and .fini sections. This is
compatible with some SVR4 linkers.
(elf_bfd_final_link): Corresponding change.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b092442..98cb44b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 30 18:56:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Create DT_INIT + and DT_FINI dynamic entries based on the existence of _init and + _fini symbols, not on the .init and .fini sections. This is + compatible with some SVR4 linkers. + (elf_bfd_final_link): Corresponding change. + Sat Oct 29 12:18:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't move a |