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 7dec79dc643561ffcd5f24365374580fe40565c1..b98adddc84c8c5928b86d70282dc30aeaf8216c6 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 a7162604da4a49ceb308f642dbc05be4bc2af46d..7a257d4cf18416a06df238bba64a45e6e964111d 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
This page took 0.02846 seconds and 4 git commands to generate.