diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 10:29:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 10:29:01 +0000 |
commit | 084c7d436958d8d015667f991cf9ab308690ca3d (patch) | |
tree | ef55489224648e9f73392a5a3b10f8511a436f01 | |
parent | fb1415aebefaf9091dc268a47045c832a8778622 (diff) | |
download | binutils-gdb-084c7d436958d8d015667f991cf9ab308690ca3d.tar.gz |
* config/hppabsd.mh, config/hppahpux.mh: Use standard coredep.o.
Rename all HPPA files to fit into unique DOS filenames:
* *hppabsd* => *hppab*
* *hppahpux* => *hppah*
-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 d22b24620e0..d41ef52e28a 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 d5892796fff..a0aa1f2e383 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 54d4281c14a..06296e04eae 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 1df2dddaefe..08501083ee9 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 |