aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-28 21:20:11 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-28 21:20:11 +0000
commit288897f49094453ba54f0d77ae0a657c29fd5586 (patch)
treef0f955b85c421581bda29a6b5a06ff978c271d79 /ld/ChangeLog
parentddd0223e9465878cc50061365985839f0b1b6093 (diff)
downloadgdb-288897f49094453ba54f0d77ae0a657c29fd5586.zip
gdb-288897f49094453ba54f0d77ae0a657c29fd5586.tar.gz
gdb-288897f49094453ba54f0d77ae0a657c29fd5586.tar.bz2
* ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
the archive filename too.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0d0d784..403cf3b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
Fri Jan 28 09:12:56 1994 David J. Mackenzie (djm@thepub.cygnus.com)
+ * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
+ the archive filename too.
+
* ldlex.l: Add rule to catch invalid input characters instead of
printing them. Include "ldmain.h" for program_name decl.
(lex_warn_invalid): New function.