mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
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:
@ -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>
|
2004-05-18 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
* alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
|
* 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);
|
info->base = frame_unwind_register_unsigned (next_frame, HPPA_SP_REGNUM);
|
||||||
|
|
||||||
if (gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_ELF
|
if (gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_SOM)
|
||||||
|| gdbarch_osabi (gdbarch) == GDB_OSABI_HPUX_SOM)
|
|
||||||
{
|
{
|
||||||
/* HPUX uses export stubs in function calls; the export stub clobbers
|
/* HPUX uses export stubs in function calls; the export stub clobbers
|
||||||
the return value of the caller, and, later restores it from the
|
the return value of the caller, and, later restores it from the
|
||||||
|
Reference in New Issue
Block a user