aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-11-16 10:12:33 +0000
committerKen Raeburn <raeburn@cygnus>1995-11-16 10:12:33 +0000
commitb218076e59444b6732e7a8b133687dde38a53d4e (patch)
treede6d3271688a55f1b6f8f68406dde827dd46d666 /ld
parentda9b55af46900480b10f916ceb40aec55655ff40 (diff)
downloadgdb-b218076e59444b6732e7a8b133687dde38a53d4e.zip
gdb-b218076e59444b6732e7a8b133687dde38a53d4e.tar.gz
gdb-b218076e59444b6732e7a8b133687dde38a53d4e.tar.bz2
version 2.6
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 333d0d0..f268f83 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,17 @@
+Thu Nov 16 03:09:32 1995 Ken Raeburn <raeburn@cygnus.com>
+
+ Version 2.6 released.
+ * ldver.c (ldversion): Update to 2.6.
+
+ * Makefile.in (mostlyclean): Delete ldemul-list.h here, but not
+ $(GENERATED_*FILES), since they need to be retained by distclean.
+ (maintainer-clean, realclean): Delete them here.
+
Tue Nov 14 17:08:06 1995 Ian Lance Taylor <ian@cygnus.com>
+ * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Open the
+ base file with FOPEN_WB, not "w".
+
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Use the
environment variable LD_RUN_PATH if neither -rpath nor -rpath-link
were used.