diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-03 18:03:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-03 18:03:09 +0000 |
commit | dd515450aae7d58869110173117a0c9ec3a7a362 (patch) | |
tree | 8d960cf151219b39675f10044c26563c5da5b594 /gdb/hppa-hpux-tdep.c | |
parent | e1d9786917a23d4d4fb0f093d019a37af46f4a36 (diff) | |
download | gdb-dd515450aae7d58869110173117a0c9ec3a7a362.zip gdb-dd515450aae7d58869110173117a0c9ec3a7a362.tar.gz gdb-dd515450aae7d58869110173117a0c9ec3a7a362.tar.bz2 |
* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
type of `gp' variable.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index 08c2ece..50e5c9e 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. */ |