OSDN Git Service

2004-06-09 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Wed, 9 Jun 2004 19:39:17 +0000 (19:39 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 9 Jun 2004 19:39:17 +0000 (19:39 +0000)
* config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
unreferenced macro.
(hpread_adjust_stack_address): Delete declaration.

gdb/ChangeLog
gdb/config/pa/tm-hppa64.h

index 7dec79d..b98addd 100644 (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.
index a716260..7a257d4 100644 (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