mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00:00
* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
type of `gp' variable.
This commit is contained in:
parent
e1d9786917
commit
dd515450aa
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user