mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
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:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user