diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/hppabsd.mh | 3 | ||||
-rw-r--r-- | gdb/config/hppabsd.mt | 4 | ||||
-rw-r--r-- | gdb/config/hppahpux.mh | 7 | ||||
-rw-r--r-- | gdb/config/hppahpux.mt | 3 |
4 files changed, 17 insertions, 0 deletions
diff --git a/gdb/config/hppabsd.mh b/gdb/config/hppabsd.mh new file mode 100644 index 0000000..d22b246 --- /dev/null +++ b/gdb/config/hppabsd.mh @@ -0,0 +1,3 @@ +# Host: Hewlett-Packard PA-RISC machine, running BSD +XDEPFILES= hppabsd-xdep.o hppa-coredep.o +XM_FILE= xm-hppabsd.h diff --git a/gdb/config/hppabsd.mt b/gdb/config/hppabsd.mt new file mode 100644 index 0000000..7a13df8 --- /dev/null +++ b/gdb/config/hppabsd.mt @@ -0,0 +1,4 @@ +# TARGET: HP PA-RISC running bsd +TDEPFILES= hppa-pinsn.o hppabsd-tdep.o exec.o +TM_FILE= tm-hppabsd.h + diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh new file mode 100644 index 0000000..82cd6e8 --- /dev/null +++ b/gdb/config/hppahpux.mh @@ -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
\ No newline at end of file diff --git a/gdb/config/hppahpux.mt b/gdb/config/hppahpux.mt new file mode 100644 index 0000000..1df2ddd --- /dev/null +++ b/gdb/config/hppahpux.mt @@ -0,0 +1,3 @@ +# TARGET: HP PA-RISC running hpux +TDEPFILES= hppa-pinsn.o hppahpux-tdep.o exec.o +TM_FILE= tm-hppahpux.h |