From: Andrew Cagney Date: Wed, 9 Jun 2004 19:39:17 +0000 (+0000) Subject: 2004-06-09 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81cfbe54ba2235d1c27e902d052186c0ef87d564;p=binutils-gdb.git 2004-06-09 Andrew Cagney * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete unreferenced macro. (hpread_adjust_stack_address): Delete declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7dec79dc643..b98adddc84c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-06-09 Andrew Cagney + + * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete + unreferenced macro. + (hpread_adjust_stack_address): Delete declaration. + 2004-06-08 Andrew Cagney * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers. diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index a7162604da4..7a257d4cf18 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