From: Uros Bizjak Date: Wed, 21 Dec 2011 17:30:48 +0000 (+0100) Subject: * config/alpha/linux-unwind.h: Fix comment. X-Git-Tag: releases/gcc-4.5.4~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cafeaed4c268e8477d4fba6b7fb41484b6f5371c;p=thirdparty%2Fgcc.git * config/alpha/linux-unwind.h: Fix comment. From-SVN: r182598 --- diff --git a/gcc/config/alpha/linux-unwind.h b/gcc/config/alpha/linux-unwind.h index 0626e6c8cc2c..4c811dca4bf4 100644 --- a/gcc/config/alpha/linux-unwind.h +++ b/gcc/config/alpha/linux-unwind.h @@ -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,