aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-12-16 16:51:47 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-12-16 16:51:47 +0000
commit273f84299e5c9d87fae959920f2f3b728d553e75 (patch)
tree78d5ad06b9dbeb903b2b394f0dba3a584a5d6c61 /gdb/config
parentaf738ea75a79bb291f653d877ea2808eac148aee (diff)
downloadgdb-273f84299e5c9d87fae959920f2f3b728d553e75.zip
gdb-273f84299e5c9d87fae959920f2f3b728d553e75.tar.gz
gdb-273f84299e5c9d87fae959920f2f3b728d553e75.tar.bz2
* hppa-hpux-tdep.c: New file.
* hppa-tdep.c (hppa_gdbarch_init): call the registered osabi- specific initialization routines. * Makefile.in (ALLDEPFILES): Add hppa-hpux-tdep.c. (hppa-hpux-tdep.o): Add rule. * config/pa/hppahpux.mt (TDEPFILES): Add hppa-hpux-tdep.o. * config/pa/hppa64.mt (TDEPFILES): Likewise.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/hppa64.mt2
-rw-r--r--gdb/config/pa/hppahpux.mt2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/pa/hppa64.mt b/gdb/config/pa/hppa64.mt
index d55da77..9e3e686 100644
--- a/gdb/config/pa/hppa64.mt
+++ b/gdb/config/pa/hppa64.mt
@@ -1,4 +1,4 @@
# Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode
-TDEPFILES= hppa-tdep.o
+TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o
TM_FILE= tm-hppa64.h
TM_CLIBS=
diff --git a/gdb/config/pa/hppahpux.mt b/gdb/config/pa/hppahpux.mt
index dddb3f5..806e91c 100644
--- a/gdb/config/pa/hppahpux.mt
+++ b/gdb/config/pa/hppahpux.mt
@@ -1,3 +1,3 @@
# Target: HP PA-RISC running hpux
-TDEPFILES= hppa-tdep.o
+TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o
TM_FILE= tm-hppah.h