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.
This commit is contained in:
Andrew Cagney 2004-06-09 19:39:17 +00:00
parent b4d946af3a
commit 81cfbe54ba
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,9 @@
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.
2004-06-08 Andrew Cagney <cagney@gnu.org>
* infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.

View File

@ -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