diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-18 23:16:00 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-18 23:16:00 +0000 |
commit | 865e574b06fc36cecc63c406bb41819955dfe6be (patch) | |
tree | a959c445625775869e883bccceae8336af5ea389 /gdb/ChangeLog | |
parent | 23aed4497c86decdbbaa2d025804429f9bc25308 (diff) | |
download | gdb-865e574b06fc36cecc63c406bb41819955dfe6be.zip gdb-865e574b06fc36cecc63c406bb41819955dfe6be.tar.gz gdb-865e574b06fc36cecc63c406bb41819955dfe6be.tar.bz2 |
* config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
Comment out corelow.c because core dumps are broken on these machines.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1de7d10..68a272c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue May 18 14:08:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES): + Comment out corelow.c because core dumps are broken on these machines. + * Makefile.in (depend): Put "${srcdir}" in generated dependencies if srcdir is not ".". Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it. |