diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-23 19:00:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-23 19:00:46 +0000 |
commit | c1e128e5a1740919504feecc31255b149cbeedd7 (patch) | |
tree | 143675b102d3c391ca577517fe53c5957e786617 /ld/ChangeLog | |
parent | e18ecf7a78851a97f9100e8b8c84b27ffb347154 (diff) | |
download | gdb-c1e128e5a1740919504feecc31255b149cbeedd7.zip gdb-c1e128e5a1740919504feecc31255b149cbeedd7.tar.gz gdb-c1e128e5a1740919504feecc31255b149cbeedd7.tar.bz2 |
* configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu.
* config/i386-gnu.mt: New file. Include ELF support.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f95b2bb..86d0317 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Mon Jan 23 13:58:13 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu. + * config/i386-gnu.mt: New file. Include ELF support. + +Thu Jan 19 16:22:11 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If + there are any input sections named .gnu.warning, treat them as + containing a warning message to be printed by the linker, and + clobber the size so that the message is not copied into the output + file. + * scripttempl/elf.sc: Put .gnu.warning sections into the .text + section. + Sun Jan 15 16:45:00 1995 Steve Chamberlain <sac@splat> * configure.in (w65-*-*): New target. |