Commit 65f480c7 by Tom de Vries Committed by Tom de Vries

[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
parent aac11893
2017-11-07 Tom de Vries <tom@codesourcery.com> 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 PR other/82784
* config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Remove
semicolon after "do {} while (0)". semicolon after "do {} while (0)".
......
...@@ -209,7 +209,7 @@ ucontext_for (struct _Unwind_Context *context) ...@@ -209,7 +209,7 @@ ucontext_for (struct _Unwind_Context *context)
do { \ do { \
(FS)->regs.reg[REGNO].how = REG_SAVED_OFFSET; \ (FS)->regs.reg[REGNO].how = REG_SAVED_OFFSET; \
(FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \ (FS)->regs.reg[REGNO].loc.offset = (long) (ADDR) - (CFA); \
} while (0); } while (0)
static _Unwind_Reason_Code static _Unwind_Reason_Code
ppc_aix_fallback_frame_state (struct _Unwind_Context *context, ppc_aix_fallback_frame_state (struct _Unwind_Context *context,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment