This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Yet another IA64 unwinder patch


On Fri, Mar 22, 2002 at 06:36:04PM -0800, Boehm, Hans wrote:
> 	* config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
> 	Restore more of the signal context.	Set no_reg_stack_frame.
> 	* config/ia64/unwind-ia64.c (unw_state_record):
> 	Add no_reg_stack_frame, comments.
> 	(uw_frame_state_for): Use b0 to unwind through leaf.
> 	(uw_update_context): Adjust bsp when unwinding from leaf,
> 	but not signal frame.

Ok except for formatting.

> +      /* Signal frame doesn't have an associated reg. stack frame */	\
> +      /* other than what we adjust for below.			  */

Should be

	/* Signal frame doesn't have an associated reg stack frame
	   other than what we adjust for below.  */

and so forth.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]