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: Debugging ARM noreturn functions


On Tuesday 24 November 2009, Richard Earnshaw wrote:
> On Mon, 2009-11-23 at 13:03 +0000, Paul Brook wrote:
> > +        compromise save just the fame pointers.  Combined with the
> 
> Frame pointers

Fixed, thanks.

Paul

2009-11-24  Paul Brook  <paul@codesourcery.com>

	gcc/
	* gcc/config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Fix comment
	typo.

Index: gcc/config/arm/arm.c
===================================================================
--- gcc/config/arm/arm.c	(revision 154446)
+++ gcc/config/arm/arm.c	(working copy)
@@ -12835,7 +12835,7 @@ arm_compute_save_reg0_reg12_mask (void)
     {
       /* For noreturn functions we historically omitted register saves
 	 altogether.  However this really messes up debugging.  As a
-	 compromise save just the fame pointers.  Combined with the link
+	 compromise save just the frame pointers.  Combined with the link
 	 register saved elsewhere this should be sufficient to get
 	 a backtrace.  */
       if (frame_pointer_needed)


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