diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-11 17:59:52 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-11 17:59:52 +0000 |
commit | 550e87b54d91df0f39a194bc7f12eaedb9d772b4 (patch) | |
tree | a99a392edd9aa8999c3a7a47768adbc07f676e9e /ld/ChangeLog | |
parent | f79edb02abf0e2f5c5b4d3aa4314127dd34f55b8 (diff) | |
download | gdb-550e87b54d91df0f39a194bc7f12eaedb9d772b4.zip gdb-550e87b54d91df0f39a194bc7f12eaedb9d772b4.tar.gz gdb-550e87b54d91df0f39a194bc7f12eaedb9d772b4.tar.bz2 |
* ldlex.l ldgram.y: made -V option do same as -v
* Makefile.in: Added $(MINUS_G) flag so debugging can be
turned off
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 888f2ef..45ad82f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com) + + * ldlex.l ldgram.y: made -V option do same as -v + * Makefile.in: Added $(MINUS_G) flag so debugging can be + turned off + +Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com) + i386 aout changes from Bob Kukura + * Makefile.in, config.h: added i386aout support + * configure.in: fixed /h-{myhost} typo + * ldgram.y: -MM now gives more boring map. + * ldlang.c: now does D_PAGED flag the right way. + * ldsym.c: -MM flags does the right thing. + Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com) * configure.in: Fixed typo. Also, a fix for hp300bsd. |