* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as

type of `gp' variable.
This commit is contained in:
Mark Kettenis 2004-12-03 18:03:09 +00:00
parent e1d9786917
commit dd515450aa
2 changed files with 6 additions and 1 deletions

View 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.

View 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. */