diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-09 19:39:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-09 19:39:17 +0000 |
commit | 81cfbe54ba2235d1c27e902d052186c0ef87d564 (patch) | |
tree | 3c087221f1f10179f80e852b5836def3ae8eb710 /gdb/config | |
parent | b4d946af3aae0f7be46e9e7aecec79811afed79f (diff) | |
download | gdb-81cfbe54ba2235d1c27e902d052186c0ef87d564.zip gdb-81cfbe54ba2235d1c27e902d052186c0ef87d564.tar.gz gdb-81cfbe54ba2235d1c27e902d052186c0ef87d564.tar.bz2 |
2004-06-09 Andrew Cagney <cagney@gnu.org>
* config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
unreferenced macro.
(hpread_adjust_stack_address): Delete declaration.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index a716260..7a257d4 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -48,13 +48,6 @@ struct frame_info; #define SR5_REGNUM 48 -/* For a number of horrible reasons we may have to adjust the location - of variables on the stack. Ugh. jimb: why? */ -#define HPREAD_ADJUST_STACK_ADDRESS(ADDR) hpread_adjust_stack_address(ADDR) - -extern int hpread_adjust_stack_address (CORE_ADDR); - - /* jimb: omitted dynamic linking stuff here */ #undef FUNC_LDIL_OFFSET |