From 61bb466e196f3fb04bbcbe1304fd96e6f6d403af Mon Sep 17 00:00:00 2001 From: Kris Warkentin Date: Fri, 4 Jul 2003 15:48:57 +0000 Subject: 2003-07-04 Kris Warkentin * 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*. --- gdb/config/i386/nm-nto.h | 6 ++++++ gdb/config/i386/nto.mh | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 gdb/config/i386/nm-nto.h create mode 100644 gdb/config/i386/nto.mh (limited to 'gdb/config') 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 -- cgit v1.1