* 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 63dcbd5f288df22b057d524448beaeea5f87c8d3..0da9f3b2a6e266fa7c41afe8415777e68c86aeca 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 08c2ecedf60e40b49c17fd884273e9113b22d51f..50e5c9ef579d29541290b67994c93fd1b3ece4ee 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.  */
This page took 0.032208 seconds and 4 git commands to generate.