OSDN Git Service

* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
authorMark Kettenis <kettenis@gnu.org>
Fri, 3 Dec 2004 18:03:09 +0000 (18:03 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 3 Dec 2004 18:03:09 +0000 (18:03 +0000)
type of `gp' variable.

gdb/ChangeLog
gdb/hppa-hpux-tdep.c

index 63dcbd5..0da9f3b 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
+       type of `gp' variable.
+
 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
 
        * README: Remove config.if from directory listing.
index 08c2ece..50e5c9e 100644 (file)
@@ -1390,7 +1390,7 @@ hppa_hpux_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,
     }
   else
     {
-      unsigned int gp;
+      ULONGEST gp;
 
       /* Use __d_plt_call as a fallback; __d_plt_call expects to be called 
          with a plabel, so we need to build one.  */