diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/hppabsd.mh | 4 | ||||
-rw-r--r-- | gdb/config/hppabsd.mt | 4 | ||||
-rw-r--r-- | gdb/config/hppahpux.mh | 5 | ||||
-rw-r--r-- | gdb/config/hppahpux.mt | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/gdb/config/hppabsd.mh b/gdb/config/hppabsd.mh index d22b246..d41ef52 100644 --- a/gdb/config/hppabsd.mh +++ b/gdb/config/hppabsd.mh @@ -1,3 +1,3 @@ # Host: Hewlett-Packard PA-RISC machine, running BSD -XDEPFILES= hppabsd-xdep.o hppa-coredep.o -XM_FILE= xm-hppabsd.h +XDEPFILES= hppab-xdep.o coredep.o +XM_FILE= xm-hppab.h diff --git a/gdb/config/hppabsd.mt b/gdb/config/hppabsd.mt index d589279..a0aa1f2 100644 --- a/gdb/config/hppabsd.mt +++ b/gdb/config/hppabsd.mt @@ -1,4 +1,4 @@ # TARGET: HP PA-RISC running bsd -TDEPFILES= hppa-pinsn.o hppabsd-tdep.o exec.o hppabsd-core.o -TM_FILE= tm-hppabsd.h +TDEPFILES= hppa-pinsn.o hppab-tdep.o exec.o hppab-core.o +TM_FILE= tm-hppab.h diff --git a/gdb/config/hppahpux.mh b/gdb/config/hppahpux.mh index 54d4281..06296e0 100644 --- a/gdb/config/hppahpux.mh +++ b/gdb/config/hppahpux.mh @@ -1,7 +1,6 @@ # Host: Hewlett-Packard PA-RISC machine, running HPUX TERMCAP = -lcurses -XDEPFILES= hppahpux-xdep.o hppa-coredep.o -XM_FILE= xm-hppahpux.h +XDEPFILES= hppah-xdep.o coredep.o +XM_FILE= xm-hppah.h REGEX=regex.o REGEX1=regex.o -ALLOCA=alloca.o diff --git a/gdb/config/hppahpux.mt b/gdb/config/hppahpux.mt index 1df2ddd..0850108 100644 --- a/gdb/config/hppahpux.mt +++ b/gdb/config/hppahpux.mt @@ -1,3 +1,3 @@ # TARGET: HP PA-RISC running hpux -TDEPFILES= hppa-pinsn.o hppahpux-tdep.o exec.o -TM_FILE= tm-hppahpux.h +TDEPFILES= hppa-pinsn.o hppah-tdep.o exec.o +TM_FILE= tm-hppah.h |