diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-22 00:35:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-22 00:35:32 +0000 |
commit | 4425596f3e4e9211faa3baf4bedfe9f976694f7a (patch) | |
tree | 1b9376603a8c1d72a85f073b008f61a720c35c7b /gdb/config/pa | |
parent | ced9878d19b3059b2fcdfce7230f21b7eabc2747 (diff) | |
download | gdb-4425596f3e4e9211faa3baf4bedfe9f976694f7a.tar.gz |
2003-08-21 Andrew Cagney <cagney@redhat.com>
* config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
* config/sparc/tm-sparc.h: Ditto.
* config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
unconditionally.
* config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 7729518cc6e..d1b35551546 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -27,9 +27,7 @@ /* Wonder if this is correct? Should be using push_dummy_call(). */ #define DEPRECATED_DUMMY_WRITE_SP(SP) deprecated_write_sp (SP) -#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 |