[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
This commit is contained in:
Tom de Vries 2017-11-07 09:21:40 +00:00 committed by Tom de Vries
parent aac11893d4
commit 65f480c76f
2 changed files with 6 additions and 1 deletions

View 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

View 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,