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 | 435ac2284912cb5b383ad22ca264bb73b308d04a (patch) | |
tree | 5fd9d813f23745b439cd8c2a3c0c4cdb8494694b /gdb/config/pa | |
parent | 9839561f871326e3704fc5d1abd99608041ca342 (diff) | |
download | gdb-435ac2284912cb5b383ad22ca264bb73b308d04a.zip gdb-435ac2284912cb5b383ad22ca264bb73b308d04a.tar.gz gdb-435ac2284912cb5b383ad22ca264bb73b308d04a.tar.bz2 |
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 7729518..d1b3555 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 |