aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-12-07 16:49:54 +0000
committerSteve Chamberlain <sac@cygnus>1992-12-07 16:49:54 +0000
commit85e38cfa01d6ac71297b26b5c653c35a891e8932 (patch)
treeed52efda91c7f1f6c75e1e9911a80f6030f21452 /ld/ChangeLog
parentdde624eff98ade689592a803ca8ca77fb8f5b2ba (diff)
downloadgdb-85e38cfa01d6ac71297b26b5c653c35a891e8932.zip
gdb-85e38cfa01d6ac71297b26b5c653c35a891e8932.tar.gz
gdb-85e38cfa01d6ac71297b26b5c653c35a891e8932.tar.bz2
-y support
* ld.texinfo: new doc. * ldgram.y, ldlex.l: understand -y<symbol> * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and print info. (add_ysym): new function. * ldsym.h: (ldsym_type): new define SYM_Y.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 402a6bf..5932cb6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+Mon Dec 7 08:43:41 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+ -y support
+ * ld.texinfo: new doc.
+ * ldgram.y, ldlex.l: understand -y<symbol>
+ * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and
+ print info. (add_ysym): new function.
+ * ldsym.h: (ldsym_type): new define SYM_Y.
+
Sat Nov 21 03:15:27 1992 John Gilmore (gnu@cygnus.com)
* ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,