diff options
author | Jim Wilson <wilson@tuliptree.org> | 2000-11-08 00:39:32 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2000-11-08 00:39:32 +0000 |
commit | c940e6fcdf5e4b6572e6ec0d25fb774d9b9038e8 (patch) | |
tree | b5690d695da4559cd5245f97e55fc6acf5b6b6f0 /ld/ChangeLog | |
parent | 339681c049b110e7e51af9c28ee8fd5c7d18682b (diff) | |
download | gdb-c940e6fcdf5e4b6572e6ec0d25fb774d9b9038e8.zip gdb-c940e6fcdf5e4b6572e6ec0d25fb774d9b9038e8.tar.gz gdb-c940e6fcdf5e4b6572e6ec0d25fb774d9b9038e8.tar.bz2 |
Handle srdata sections emitted by Intel compiler.
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index adbabcd..23c7e65 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-11-07 Jim Wilson <wilson@redhat.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local + hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata. + 2000-11-06 Nick Clifton <nickc@redhat.com> * ld.texinfo: Add GNU Free Documentation License. |