aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-24 13:16:07 +0000
committerNick Clifton <nickc@redhat.com>2005-02-24 13:16:07 +0000
commitf3f4bccaf6189a2a28e9c1436fabf2d668f8ef03 (patch)
treec706e9e9dc39780ddd86c9d42c41df4ce657bcd6 /ld/ChangeLog
parent729d81e30ef3e9273f0b98ddfeb8046a9a4cb050 (diff)
downloadgdb-f3f4bccaf6189a2a28e9c1436fabf2d668f8ef03.zip
gdb-f3f4bccaf6189a2a28e9c1436fabf2d668f8ef03.tar.gz
gdb-f3f4bccaf6189a2a28e9c1436fabf2d668f8ef03.tar.bz2
(lnk960_before_parse): Remove redundant empty string from calls to concat.
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 a867360..434e876 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+2005-02-24 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
+ empty string from calls to concat.
+
+2005-02-23 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
+ arguments passed to concat() with a NULL.
+
+ * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
+ define types needed by ldfile.h
+
2005-02-23 Alan Modra <amodra@bigpond.net.au>
* pe-dll.c: Warning fixes.