]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/alpha/linux-unwind.h: Fix comment.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 21 Dec 2011 17:30:48 +0000 (18:30 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 21 Dec 2011 17:30:48 +0000 (18:30 +0100)
From-SVN: r182598

gcc/config/alpha/linux-unwind.h

index 0626e6c8cc2c110ccdccd7a4ff729ad6c2ee1c9b..4c811dca4bf4589f259785ca7ef366184e854249 100644 (file)
@@ -74,7 +74,7 @@ alpha_fallback_frame_state (struct _Unwind_Context *context,
        = (long) &sc->sc_fpregs[i] - new_cfa;
     }
   fs->regs.reg[64].how = REG_SAVED_OFFSET;
-  fs->regs.reg[64].loc.offset = (long) &sc->sc_pc - new_cfa;
+  fs->regs.reg[64].loc.offset = (long)&sc->sc_pc - new_cfa;
   fs->retaddr_column = 64;
   fs->signal_frame = 1;
 
@@ -83,7 +83,7 @@ alpha_fallback_frame_state (struct _Unwind_Context *context,
 
 #define MD_FROB_UPDATE_CONTEXT alpha_frob_update_context
 
-/* Fix up for kernels that have vDSO, but don't have S flag in it.  */
+/* Fix up for signal handlers that don't have S flag set.  */
 
 static void
 alpha_frob_update_context (struct _Unwind_Context *context,