mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
* i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for tdep->sc_sp_offset.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2002-07-07 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
|
||||
* i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
|
||||
tdep->sc_sp_offset.
|
||||
|
||||
2002-07-05 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
Fix PR gdb/595, gdb/602
|
||||
|
@ -46,7 +46,7 @@ i386_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
set_gdbarch_pc_in_sigtramp (gdbarch, i386_sol2_pc_in_sigtramp);
|
||||
tdep->sigcontext_addr = i386bsd_sigcontext_addr;
|
||||
tdep->sc_pc_offset = 36 + 14 * 4;
|
||||
tdep->sc_sp_offset = 36 + 7 * 4;
|
||||
tdep->sc_sp_offset = 36 + 17 * 4;
|
||||
|
||||
/* Assume that the prototype flag can be trusted. */
|
||||
set_gdbarch_coerce_float_to_double (gdbarch,
|
||||
|
Reference in New Issue
Block a user