diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-04-22 00:53:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-04-22 00:53:54 +0000 |
commit | 61995b3b2cde51b28bae421f38f9f01e53b0049d (patch) | |
tree | 8862746a81d3a8ffd7e953be5982c8ddefe036bf /gdb/config/pa/tm-hppa.h | |
parent | 52ad6187b726dedeea79f9f2b54caea25ba6153f (diff) | |
download | gdb-61995b3b2cde51b28bae421f38f9f01e53b0049d.zip gdb-61995b3b2cde51b28bae421f38f9f01e53b0049d.tar.gz gdb-61995b3b2cde51b28bae421f38f9f01e53b0049d.tar.bz2 |
Ongoing multi-arch conversion for HP/UX.
* config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
if already defined (allows hppa64 to stay non-multiarched for now).
* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
Diffstat (limited to 'gdb/config/pa/tm-hppa.h')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index c0b3e26..7d8d111 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -27,7 +27,9 @@ /* Wonder if this is correct? Should be using push_dummy_call(). */ #define DEPRECATED_DUMMY_WRITE_SP(SP) generic_target_write_sp (SP) -#define GDB_MULTI_ARCH 0 +#ifndef GDB_MULTI_ARCH +#define GDB_MULTI_ARCH 1 +#endif /* NOTE: cagney/2002-11-24: This is a guess. */ #define DEPRECATED_USE_GENERIC_DUMMY_FRAMES 0 |