diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-01 00:50:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-01 00:50:56 +0000 |
commit | 3ce2bf1815f79e33ffbcebcf7da5f6896536f390 (patch) | |
tree | 42e1f5fb0fe6f2f28e1f99a2ee9d78d5f601e9ba /gdb/config/rs6000 | |
parent | 312d3cb118c3caaa55b4ebd9aa2730e32e99aa8e (diff) | |
download | gdb-3ce2bf1815f79e33ffbcebcf7da5f6896536f390.zip gdb-3ce2bf1815f79e33ffbcebcf7da5f6896536f390.tar.gz gdb-3ce2bf1815f79e33ffbcebcf7da5f6896536f390.tar.bz2 |
2004-02-29 Andrew Cagney <cagney@redhat.com>
* rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
(rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
* config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
Delete macro.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/tm-rs6000.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h index 4b8a09d..4422fcb 100644 --- a/gdb/config/rs6000/tm-rs6000.h +++ b/gdb/config/rs6000/tm-rs6000.h @@ -74,12 +74,6 @@ extern void aix_process_linenos (void); #define FP0_REGNUM 32 /* Floating point register 0 */ #define FPLAST_REGNUM 63 /* Last floating point register */ -/* Define other aspects of the stack frame. */ - -#define DEPRECATED_INIT_FRAME_PC_FIRST(fromleaf, prev) \ - (fromleaf ? DEPRECATED_SAVED_PC_AFTER_CALL (prev->next) : \ - prev->next ? DEPRECATED_FRAME_SAVED_PC (prev->next) : read_pc ()) - /* Notice when a new child process is started. */ #define TARGET_CREATE_INFERIOR_HOOK rs6000_create_inferior |