* ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,

to fix internal_error from ``maintenance print architecture''.
This commit is contained in:
Peter Schauer 2002-03-16 21:09:33 +00:00
parent 0e5e3ea669
commit 4156bb5348
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
to fix internal_error from ``maintenance print architecture''.
2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
* cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type

View File

@ -2223,6 +2223,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_decr_pc_after_break (gdbarch, 0);
set_gdbarch_function_start_offset (gdbarch, 0);
set_gdbarch_frame_args_skip (gdbarch, 0);
set_gdbarch_remote_translate_xfer_address (
gdbarch, ia64_remote_translate_xfer_address);