aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-03 18:32:10 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-03 18:32:10 +0000
commit3c68cb41f411cc5740f45824979faadf7d16466b (patch)
tree7ff74d29f1493f2ea66ca43315dc0d9803e20986 /ld
parent03abc2bd652b49325b5a66563c7a5dbdf158fd39 (diff)
downloadgdb-3c68cb41f411cc5740f45824979faadf7d16466b.zip
gdb-3c68cb41f411cc5740f45824979faadf7d16466b.tar.gz
gdb-3c68cb41f411cc5740f45824979faadf7d16466b.tar.bz2
x
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bdad02b..3b25ee2 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
Fri Apr 3 00:56:50 1998 Ian Lance Taylor <ian@cygnus.com>
+ * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
+ rather than in a shell variable and using AC_SUBST.
+ * Makefile.am (DISTCLEANFILES): Remove ldscripts. Add tdirs.
+ (distclean-local): New target.
+ * configure, Makefile.in: Rebuild.
+
* ld.texinfo: Completely rewrite linker script documentation.
Mon Mar 30 12:47:33 1998 Ian Lance Taylor <ian@cygnus.com>