HPPA merge.

This commit is contained in:
Stu Grossman 1992-06-19 22:48:09 +00:00
parent 5e511f6f70
commit 39140ed22b
5 changed files with 24 additions and 0 deletions

3
gdb/config/hppabsd.mh Normal file
View File

@ -0,0 +1,3 @@
# Host: Hewlett-Packard PA-RISC machine, running BSD
XDEPFILES= hppabsd-xdep.o hppa-coredep.o
XM_FILE= xm-hppabsd.h

4
gdb/config/hppabsd.mt Normal file
View File

@ -0,0 +1,4 @@
# TARGET: HP PA-RISC running bsd
TDEPFILES= hppa-pinsn.o hppabsd-tdep.o exec.o
TM_FILE= tm-hppabsd.h

7
gdb/config/hppahpux.mh Normal file
View File

@ -0,0 +1,7 @@
# Host: Hewlett-Packard PA-RISC machine, running HPUX
XDEPFILES= hppahpux-xdep.o hppa-coredep.o
XM_FILE= xm-hppahpux.h
REGEX=regex.o
REGEX1=regex.o
ALLOCA=alloca.o
ALLOCA1=alloca.o

3
gdb/config/hppahpux.mt Normal file
View File

@ -0,0 +1,3 @@
# TARGET: HP PA-RISC running hpux
TDEPFILES= hppa-pinsn.o hppahpux-tdep.o exec.o
TM_FILE= tm-hppahpux.h

7
include/aout/hppa.h Normal file
View File

@ -0,0 +1,7 @@
#include "filehdr.h"
#include "aouthdr.h"
#include "scnhdr.h"
#include "spacehdr.h"
#include "syms.h"