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:
Mark Kettenis
2002-07-07 21:31:06 +00:00
parent 6cdc0ccc12
commit 1d34db4151
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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,