aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1992-09-09 18:59:11 +0000
committerIan Lance Taylor <ian@airs.com>1992-09-09 18:59:11 +0000
commitab57b17418b4b7fa56069fa320e1455ff5dea081 (patch)
tree64f54b297074ac4ff48376361b3075c6672b6cdc /ld/ChangeLog
parent66beed38d21722bf0c8f20705dc55dd0acf1b4bd (diff)
downloadgdb-ab57b17418b4b7fa56069fa320e1455ff5dea081.zip
gdb-ab57b17418b4b7fa56069fa320e1455ff5dea081.tar.gz
gdb-ab57b17418b4b7fa56069fa320e1455ff5dea081.tar.bz2
Brought in from p3. If anybody knows good numbers for m68k COFF,
please let me know, or plug them in yourself. Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: added m68k-coff emulation mode, stolen from a29k emulation. Almost certainly wrong, but perhaps better than sun3. Also fixed an error message in configure.in so that it started with '***' like the other error messages do.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4e1c838..e3a6e8e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,21 @@
+Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com)
+
+ * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
+ added m68k-coff emulation mode, stolen from a29k emulation.
+ Almost certainly wrong, but perhaps better than sun3.
+
Thu Sep 3 14:19:30 1992 Per Bothner (bothner@rtl.cygnus.com)
+ * Makefile.in, Makefile.dos, generic.em, genscripts.sh,
+ gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em,
+ vanilla.em: Rename all (generated) ld__*.c files to em_.c.
+ This is one character shorter, and lets people build on
+ SVR3 system. (ld__h8300xray.[co] was the killer there;
+ h8300xray.sc-sh is also overlong, but seems harmless.)
+ Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>.
+ * Makefile.in (clean): Fix typo mostclean -> mostlyclean.
+ * configure.in: Add host isc.
+
* ldver.c: Call it version 2.0.
Wed Sep 2 00:21:33 1992 Per Bothner (bothner@rtl.cygnus.com)