vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the "do {" part of the do-while(0) loop.

* config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore the
        "do {" part of the do-while(0) loop.

From-SVN: r188114
This commit is contained in:
Olivier Hainque 2012-06-01 16:41:25 +00:00 committed by Olivier Hainque
parent 5714705f11
commit 676bd9a422
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-06-01 Olivier Hainque <hainque@adacore.com>
* config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Restore
the "do {" part of the do-while(0) loop.
2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
* config/i386/i386.c (x86_sched_reorder): New function.

View file

@ -124,6 +124,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
#undef SUBSUBTARGET_OVERRIDE_OPTIONS
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
do { \
if (!global_options_set.x_g_switch_value) \
g_switch_value = SDATA_DEFAULT_SIZE; \
VXWORKS_OVERRIDE_OPTIONS; \