mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
5714705f11
commit
676bd9a422
|
@ -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>
|
2012-06-01 Yuri Rumyantsev <yuri.s.rumyantsev@intel.com>
|
||||||
|
|
||||||
* config/i386/i386.c (x86_sched_reorder): New function.
|
* config/i386/i386.c (x86_sched_reorder): New function.
|
||||||
|
|
|
@ -124,6 +124,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
|
||||||
|
|
||||||
#undef SUBSUBTARGET_OVERRIDE_OPTIONS
|
#undef SUBSUBTARGET_OVERRIDE_OPTIONS
|
||||||
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
|
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
|
||||||
|
do { \
|
||||||
if (!global_options_set.x_g_switch_value) \
|
if (!global_options_set.x_g_switch_value) \
|
||||||
g_switch_value = SDATA_DEFAULT_SIZE; \
|
g_switch_value = SDATA_DEFAULT_SIZE; \
|
||||||
VXWORKS_OVERRIDE_OPTIONS; \
|
VXWORKS_OVERRIDE_OPTIONS; \
|
||||||
|
|
Loading…
Reference in New Issue