diff options
author | Alan Modra <amodra@gmail.com> | 2002-01-05 13:14:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-01-05 13:14:00 +0000 |
commit | 3dfe7a8c3a88e7b06afe7f8b98d247de175bec99 (patch) | |
tree | 884333c2ed61b53f0d50a4ccef05611cd7331be3 /ld/ChangeLog | |
parent | 7c6beb69886dccfb3cd3efbb5e966683936f6eac (diff) | |
download | gdb-3dfe7a8c3a88e7b06afe7f8b98d247de175bec99.zip gdb-3dfe7a8c3a88e7b06afe7f8b98d247de175bec99.tar.gz gdb-3dfe7a8c3a88e7b06afe7f8b98d247de175bec99.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
of bfd_section_list_remove and bfd_section_list_insert macros.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
* emultempl/mmo.em (mmo_place_orphan): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d8e21b9..431e19e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2002-01-05 Alan Modra <amodra@bigpond.net.au> + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use + of bfd_section_list_remove and bfd_section_list_insert macros. + * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise. + * emultempl/mmo.em (mmo_place_orphan): Likewise. + 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com> * configure.tgt (x86_64-*-netbsd*): New target. |