* config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 31 Mar 2003 22:12:48 +0000 (22:12 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 31 Mar 2003 22:12:48 +0000 (22:12 +0000)
        (INIT_FRAME_AP): Likewise.
        (EXTRA_FRAME_INFO): Likewise.

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

index ed13cfd..9e6cc31 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-31  J. Brobecker  <brobecker@gnat.com>
+
+       * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
+       (INIT_FRAME_AP): Likewise.
+       (EXTRA_FRAME_INFO): Likewise.
+
 2003-03-31  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh: Include "symfile.h".
index e6177b0..2610cac 100644 (file)
@@ -122,20 +122,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define SR5_REGNUM 48
 
-#undef FRAME_ARGS_ADDRESS
-#define FRAME_ARGS_ADDRESS(fi) ((fi)->ap)
-
 /* We access locals from SP. This may not work for frames which call
    alloca; for those, we may need to consult unwind tables.
    jimb: FIXME.  */
 #undef FRAME_LOCALS_ADDRESS
 #define FRAME_LOCALS_ADDRESS(fi) ((fi)->frame)
 
-#define INIT_FRAME_AP init_frame_ap
-  
-#define EXTRA_FRAME_INFO  \
-  CORE_ADDR ap;
-
 /* 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)