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*.
This commit is contained in:
Kris Warkentin 2003-07-04 15:48:57 +00:00
parent 2fbfdc41e7
commit 61bb466e19
4 changed files with 1400 additions and 0 deletions

6
gdb/config/i386/nm-nto.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _NM_NTO_H
#define _NM_NTO_H
/* This file needed to build a native debugger. */
#endif

5
gdb/config/i386/nto.mh Normal file
View File

@ -0,0 +1,5 @@
# Host: Intel 386 running QNX.
NAT_FILE= nm-nto.h
NATDEPFILES= nto-procfs.o

View File

@ -63,6 +63,7 @@ i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;;
i[34567]86-*-linux*) gdb_host=linux ;;
i[34567]86-*-lynxos*) gdb_host=i386lynx ;;
i[34567]86-*-gnu*) gdb_host=i386gnu ;;
i[3456]86-*-nto*) gdb_host=nto ;;
i[34567]86-*-openbsd*) gdb_host=obsd ;;
i[34567]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
i[34567]86-*-sco3.2v4*) gdb_host=i386sco4 ;;

1388
gdb/nto-procfs.c Normal file

File diff suppressed because it is too large Load Diff