diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 10:15:32 +0000 |
commit | 5a56198d68b7f6d75934a5167a1e0bb246bd1c44 (patch) | |
tree | 29822df1d9392b9b54b44e9919bb418ed37f3330 /gdb/config/news1000.mh | |
parent | d5a66a8d050836e68ae07172fe08e1e23920895d (diff) | |
download | gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.zip gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.gz gdb-5a56198d68b7f6d75934a5167a1e0bb246bd1c44.tar.bz2 |
Make core files work again on most hosts, by adding corelow.o.
Diffstat (limited to 'gdb/config/news1000.mh')
-rw-r--r-- | gdb/config/news1000.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/news1000.mh b/gdb/config/news1000.mh index e76b3b1..0a03a89 100644 --- a/gdb/config/news1000.mh +++ b/gdb/config/news1000.mh @@ -1,3 +1,3 @@ # Host: Sony news series 1000 (68030) running NewsOS version 3. -XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o news-xdep.o +XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o corelow.o news-xdep.o XM_FILE= xm-news1000.h |