aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-11-07 07:47:22 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-11-07 07:47:22 +0000
commite6e68f1f64a24f41369407ab07ae2c94ec2b266d (patch)
treef85bdd0882a235a501dc7167c59b0980a21a52d5 /gdb/config/pa
parent492254e9db1398752f32cc82a4a36d461d7751f9 (diff)
downloadgdb-e6e68f1f64a24f41369407ab07ae2c94ec2b266d.zip
gdb-e6e68f1f64a24f41369407ab07ae2c94ec2b266d.tar.gz
gdb-e6e68f1f64a24f41369407ab07ae2c94ec2b266d.tar.bz2
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.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 2 insertions, 0 deletions
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;