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 | 2046d832c03352d0f7e25ea4db43e73c0e49a85f (patch) | |
tree | 67f57b4048f182dd9ab7136d06d02d596538c2a7 /gdb/config/i386 | |
parent | 1958fec4b1c6a6ae9f18b7336fa93a46c9720cd4 (diff) | |
download | gdb-2046d832c03352d0f7e25ea4db43e73c0e49a85f.tar.gz |
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/i386')
-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 00000000000..34d99033e70 --- /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 00000000000..81a73b78744 --- /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 |