diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-23 00:06:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-23 00:06:40 +0000 |
commit | abf9b42d35842c7c4248a25da5593723e90bd5db (patch) | |
tree | 1a8f6b37f1f3814fcff5213ccfb3e77e5734a016 /gdb/config/pa/tm-hppa.h | |
parent | 34313d2c01eb39a2fd78aac60b42fa9d05b1d90c (diff) | |
download | gdb-abf9b42d35842c7c4248a25da5593723e90bd5db.zip gdb-abf9b42d35842c7c4248a25da5593723e90bd5db.tar.gz gdb-abf9b42d35842c7c4248a25da5593723e90bd5db.tar.bz2 |
2004-02-22 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
(DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
(DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
* hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
call_dummy_location to ON_STACK.
Diffstat (limited to 'gdb/config/pa/tm-hppa.h')
-rw-r--r-- | gdb/config/pa/tm-hppa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index c097ccc..9924ffa 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -31,10 +31,6 @@ #define GDB_MULTI_ARCH 1 -/* NOTE: cagney/2002-11-24: This is a guess. */ -#define DEPRECATED_USE_GENERIC_DUMMY_FRAMES 0 -#define CALL_DUMMY_LOCATION ON_STACK -#define DEPRECATED_PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address) /* Hack, get around problem with including "arch-utils.h". */ struct frame_info; |