[libgcc, rs6000] Remove semicolon after do {} while (0) in REGISTER_CFA_OFFSET_FOR
authorTom de Vries <tom@codesourcery.com>
Tue, 7 Nov 2017 09:21:40 +0000 (09:21 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 7 Nov 2017 09:21:40 +0000 (09:21 +0000)
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

libgcc/ChangeLog
libgcc/config/rs6000/aix-unwind.h

index a808ce3b08ec011427f2a869744b7cc156245049..315934edc1fd284f0cf6963d34d0506fd2e950be 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-07  Tom de Vries  <tom@codesourcery.com>
+
+       * config/rs6000/aix-unwind.h (REGISTER_CFA_OFFSET_FOR): Remove semicolon
+       after "do {} while (0)".
+
 2017-11-07  Tom de Vries  <tom@codesourcery.com>
 
        PR other/82784
index 156165894ea5a6b4abaaf02742ebe5e54643106a..9b4ca82f938e5540da6c045709f02decaacbbb89 100644 (file)
@@ -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,