aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-27 18:07:47 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-27 18:07:47 +0000
commit2ea93eb9d8084e4ffdbfa27a534549e6f4f9f1d5 (patch)
tree2afc72cea340346b7f35fcca4ba3fb6f9824122b /ld
parentf9b990cd5d1dfc1b737f1924642c158fc65b1bf2 (diff)
downloadgdb-2ea93eb9d8084e4ffdbfa27a534549e6f4f9f1d5.zip
gdb-2ea93eb9d8084e4ffdbfa27a534549e6f4f9f1d5.tar.gz
gdb-2ea93eb9d8084e4ffdbfa27a534549e6f4f9f1d5.tar.bz2
* configure.host: Use -print-file-name=FILE rather than piping
-print-libgcc-file-name through sed. (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and crtend.o files, in case gcc doesn't use them. * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f3d0e6e..00f9ada 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jun 27 14:03:42 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.host: Use -print-file-name=FILE rather than piping
+ -print-libgcc-file-name through sed.
+ (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and
+ crtend.o files, in case gcc doesn't use them.
+ * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
+
Wed Jun 26 15:57:21 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.tgt (mips*-dec-osf*): New target.