* hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
authorJeff Law <law@redhat.com>
Mon, 21 Mar 1994 19:53:36 +0000 (19:53 +0000)
committerJeff Law <law@redhat.com>
Mon, 21 Mar 1994 19:53:36 +0000 (19:53 +0000)
        (hppa_push_arguments): Likewise.

gdb/ChangeLog
gdb/hppa-tdep.c

index e229368fe558851c1f9b9d51f95adcb9dda2f87a..b87030d157d524a68e4fb6560f5cea9ec9198b90 100644 (file)
@@ -1,3 +1,8 @@
+Mon Mar 21 11:50:28 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
+       (hppa_push_arguments): Likewise.
+
 Sun Mar 20 15:21:57 1994  Doug Evans  (dje@cygnus.com)
 
        * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
index da8ffc5fd0e53537fb7e35fd69e315b61fa2dfdd..348324f3bef1480d45ef1a5d0cc005b3db118903 100644 (file)
@@ -996,7 +996,7 @@ restore_pc_queue (fsr)
 CORE_ADDR
 hppa_push_arguments (nargs, args, sp, struct_return, struct_addr)
      int nargs;
-     value *args;
+     value_ptr *args;
      CORE_ADDR sp;
      int struct_return;
      CORE_ADDR struct_addr;
@@ -1047,7 +1047,7 @@ hppa_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
      CORE_ADDR pc;
      CORE_ADDR fun;
      int nargs;
-     value *args;
+     value_ptr *args;
      struct type *type;
      int gcc_p;
 {