From 0489b4d71aba59235725e54a939823b2c18cc1af Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 3 Dec 2004 18:03:09 +0000 Subject: [PATCH] * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as type of `gp' variable. --- gdb/ChangeLog | 5 +++++ gdb/hppa-hpux-tdep.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63dcbd5f28..0da9f3b2a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-12-03 Mark Kettenis + + * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as + type of `gp' variable. + 2004-12-03 Richard Sandiford * README: Remove config.if from directory listing. diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index 08c2ecedf6..50e5c9ef57 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -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. */ -- 2.11.0