diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-02 19:52:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-02 19:52:40 +0000 |
commit | f14375f3d99da0868b49943a28ae6e3a4849033e (patch) | |
tree | e1298ac2a0b6c9bbb0a42161ffe92422f391513b /gdb | |
parent | c34d127ce7e9cde11b3aa1e23fa83646868a170e (diff) | |
download | gdb-f14375f3d99da0868b49943a28ae6e3a4849033e.zip gdb-f14375f3d99da0868b49943a28ae6e3a4849033e.tar.gz gdb-f14375f3d99da0868b49943a28ae6e3a4849033e.tar.bz2 |
2004-09-02 Andrew Cagney <cagney@gnu.org>
* config/i386/nto.mh (NAT_FILE): Delete.
* config/i386/nm-nto.h: Delete.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/i386/nm-nto.h | 6 | ||||
-rw-r--r-- | gdb/config/i386/nto.mh | 2 |
3 files changed, 3 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b631f54..a427a83 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-09-02 Andrew Cagney <cagney@gnu.org> + * config/i386/nto.mh (NAT_FILE): Delete. + * config/i386/nm-nto.h: Delete. + * config/m68k/tm-vx68.h: Do not include "tm-m68k.h". * config/m68k/tm-os68k.h: Ditto. * config/m68k/tm-monitor.h: Ditto. diff --git a/gdb/config/i386/nm-nto.h b/gdb/config/i386/nm-nto.h deleted file mode 100644 index 34d9903..0000000 --- a/gdb/config/i386/nm-nto.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _NM_NTO_H -#define _NM_NTO_H - -/* This file needed to build a native debugger. */ - -#endif diff --git a/gdb/config/i386/nto.mh b/gdb/config/i386/nto.mh index 81a73b7..3ec780e 100644 --- a/gdb/config/i386/nto.mh +++ b/gdb/config/i386/nto.mh @@ -1,5 +1,3 @@ # Host: Intel 386 running QNX. -NAT_FILE= nm-nto.h - NATDEPFILES= nto-procfs.o |