diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-07-04 15:48:57 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-07-04 15:48:57 +0000 |
commit | 61bb466e196f3fb04bbcbe1304fd96e6f6d403af (patch) | |
tree | 8e036013f089da2b758e2425fe2b7e2ffe757112 /gdb/config | |
parent | 2fbfdc41e793d0024b661112aa696ee2510df4af (diff) | |
download | gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.zip gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.tar.gz gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.tar.bz2 |
2003-07-04 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: New file. Native procfs support for QNX Neutrino.
* config/i386/nto.mh: New file.
* config/i386/nm-nto.h: New file.
* configure.host: Add i[3456]86-*-nto*.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/nm-nto.h | 6 | ||||
-rw-r--r-- | gdb/config/i386/nto.mh | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-nto.h b/gdb/config/i386/nm-nto.h new file mode 100644 index 0000000..34d9903 --- /dev/null +++ b/gdb/config/i386/nm-nto.h @@ -0,0 +1,6 @@ +#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 new file mode 100644 index 0000000..81a73b7 --- /dev/null +++ b/gdb/config/i386/nto.mh @@ -0,0 +1,5 @@ +# Host: Intel 386 running QNX. + +NAT_FILE= nm-nto.h + +NATDEPFILES= nto-procfs.o |