From e6e68f1f64a24f41369407ab07ae2c94ec2b266d Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Thu, 7 Nov 2002 07:47:22 +0000 Subject: Put in place the framework necessary for multiarching the hppa targets. * hppa-tdep.c (hppa_gdbarch_init): New function. (hppa_dump_tdep): New function. (_initialize_hppa_tdep): Register the hppa gdbarch init function and tdep structure dumper. * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0 until the multi-arching conversion has partially been completed. --- gdb/config/pa/tm-hppa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config') diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 272078f..83873ec 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -24,6 +24,8 @@ #include "regcache.h" +#define GDB_MULTI_ARCH 0 + /* Forward declarations of some types we use in prototypes */ struct frame_info; -- cgit v1.1