diff options
author | John Gilmore <gnu@cygnus> | 1991-05-19 16:01:39 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-19 16:01:39 +0000 |
commit | 361cc81add84408732b45539da819e0c94323404 (patch) | |
tree | c9eabc6f79f0470318df65b6105fe3fe7c264b8d /gdb/ChangeLog | |
parent | d7344eca225c9aa17310edbc85c73e908cf54454 (diff) | |
download | gdb-361cc81add84408732b45539da819e0c94323404.zip gdb-361cc81add84408732b45539da819e0c94323404.tar.gz gdb-361cc81add84408732b45539da819e0c94323404.tar.bz2 |
update for release
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6226431..38c7685 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ Sun May 19 05:36:59 1991 John Gilmore (gnu at cygint.cygnus.com) + * README: Update for release. + * config.gdb: Don't create readline dir in subdir builds. + * main.c: Include with "..." form for non-system include files, + so "gcc -MM" for "make depend" works. + Include readline files with "...h" rather than <readline/...h>. + * mipsread.c: Include "ecoff.h" rather than "intel-coff.h". + * coffread.c: Undo minor damage done by Rich Pixley. Use different internal and external representations of COFF data structures. Use new BFD routines for swapping them in and |