From 273f84299e5c9d87fae959920f2f3b728d553e75 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 16 Dec 2002 16:51:47 +0000 Subject: * 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. --- gdb/config/pa/hppa64.mt | 2 +- gdb/config/pa/hppahpux.mt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/config') 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 -- cgit v1.1