aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-12-01 22:14:05 +0000
committerKen Raeburn <raeburn@cygnus>1993-12-01 22:14:05 +0000
commitd05ac46bc6f1530e452013324c35700c4c815737 (patch)
treebe2feefcccd02fa6c40a288592370bb0a393332a /ld/ChangeLog
parent9acba7e204d8460937658ec2ab82bd5a880a30d2 (diff)
downloadgdb-d05ac46bc6f1530e452013324c35700c4c815737.zip
gdb-d05ac46bc6f1530e452013324c35700c4c815737.tar.gz
gdb-d05ac46bc6f1530e452013324c35700c4c815737.tar.bz2
* configure.in: Group targets by CPU. Merge some m68k target entries with
different CPU specs that use the same ld_target values. * configure.in: Add sparc*-*-coff. * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files. * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o. (em_coff_sparc.c): Add dependencies and build rules.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f24f69b..dcff038 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+Wed Dec 1 14:04:20 1993 Ken Raeburn (raeburn@cygnus.com)
+
+ * configure.in: Group targets by CPU. Merge some m68k target
+ entries with different CPU specs that use the same ld_target
+ values.
+
+ * configure.in: Add sparc*-*-coff.
+ * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
+ * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
+ (em_coff_sparc.c): Add dependencies and build rules.
+
+ * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare.
+
Wed Dec 1 12:19:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens.