From: Andrew Cagney Date: Mon, 10 Mar 2003 14:54:58 +0000 (+0000) Subject: 2003-03-10 Andrew Cagney X-Git-Tag: binutils-2_14-branchpoint~551 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2ce2e563724c710bcaeaa361ec61446a599060b;p=thirdparty%2Fbinutils-gdb.git 2003-03-10 Andrew Cagney * gdbarch.h: Re-generate. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1d3a5cbca7c..a50510366b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-03-10 Andrew Cagney + * gdbarch.h: Re-generate. + * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the PC. (d10v_frame_pop): Unwind the PC, and not the LR, when restoring diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 26424ef5a99..75d96edd130 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -2419,6 +2419,9 @@ extern void set_gdbarch_reg_struct_has_addr (struct gdbarch *gdbarch, gdbarch_re #endif #endif +/* FIXME: kettenis/2003-03-08: This should be replaced by a function + parametrized with (at least) the regcache. */ + #if defined (SAVE_DUMMY_FRAME_TOS) /* Legacy for systems yet to multi-arch SAVE_DUMMY_FRAME_TOS */ #if !defined (SAVE_DUMMY_FRAME_TOS_P)