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.
This commit is contained in:
Joel Brobecker
2002-11-07 07:47:22 +00:00
parent 492254e9db
commit e6e68f1f64
3 changed files with 35 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
#include "regcache.h"
#define GDB_MULTI_ARCH 0
/* Forward declarations of some types we use in prototypes */
struct frame_info;