diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-19 02:15:22 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-19 02:15:22 +0000 |
commit | 0cc731abedcea115975f48b9aed879122b2ad51f (patch) | |
tree | dfbe100be7bbe24fcf6c0de9f7088ebdc657fbd1 /gdb/hppa-tdep.c | |
parent | 6803526aa34ca6afae11cf69adc4e07261b4393e (diff) | |
download | gdb-0cc731abedcea115975f48b9aed879122b2ad51f.tar.gz |
2004-05-18 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
handling for 64-bit HPUX (elf).
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index a872e4f89a4..51d8385f274 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -1998,8 +1998,7 @@ hppa_stub_frame_unwind_cache (struct frame_info *next_frame, info->base = frame_unwind_register_unsigned (next_frame, HPPA_SP_REGNUM); - if (gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_ELF - || gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_SOM) + if (gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_SOM) { /* HPUX uses export stubs in function calls; the export stub clobbers the return value of the caller, and, later restores it from the |