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).
This commit is contained in:
parent
c1358396bf
commit
090ccbb714
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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).
|
||||
|
||||
2004-05-18 Daniel Jacobowitz <dan@debian.org>
|
||||
|
||||
* alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue