aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2017-11-07 09:21:40 +0000
committerTom de Vries <vries@gcc.gnu.org>2017-11-07 09:21:40 +0000
commit65f480c76f990a2f8060f92d371d1da65dd8ff3a (patch)
tree56e9ea3a8bef82bd246b98828f0af79c44a15a30 /libgcc/config
parentaac11893d49779ae7423cfbe6e1daf1b44a41874 (diff)
downloadgcc-65f480c76f990a2f8060f92d371d1da65dd8ff3a.zip
gcc-65f480c76f990a2f8060f92d371d1da65dd8ff3a.tar.gz
gcc-65f480c76f990a2f8060f92d371d1da65dd8ff3a.tar.bz2
[libgcc, rs6000] Remove semicolon after do {} while (0) in REGISTER_CFA_OFFSET_FOR
2017-11-07 Tom de Vries <tom@codesourcery.com> * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon after "do {} while (0)". From-SVN: r254491
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/rs6000/aix-unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/rs6000/aix-unwind.h b/libgcc/config/rs6000/aix-unwind.h
index 1561658..9b4ca82 100644
--- a/libgcc/config/rs6000/aix-unwind.h
+++ b/libgcc/config/rs6000/aix-unwind.h
@@ -209,7 +209,7 @@ ucontext_for (struct _Unwind_Context *context)
do { \
(FS)->regs.reg[REGNO].how = REG_SAVED_OFFSET; \
(FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \
-} while (0);
+} while (0)
static _Unwind_Reason_Code
ppc_aix_fallback_frame_state (struct _Unwind_Context *context,