| Submitter | Alan Modra |
|---|---|
| Date | June 18, 2010, 11 a.m. |
| Message ID | <20100618110023.GD18443@bubble.grove.modra.org> |
| Download | mbox | patch |
| Permalink | /patch/56173/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/config/rs6000/linux64.h =================================================================== --- gcc/config/rs6000/linux64.h (revision 160977) +++ gcc/config/rs6000/linux64.h (working copy) @@ -70,7 +70,7 @@ extern enum rs6000_cmodel cmodel; #define TARGET_CMODEL cmodel #define SET_CMODEL(opt) cmodel = opt #else -#define SET_CMODEL(opt) +#define SET_CMODEL(opt) do {} while (0) #endif #undef PROCESSOR_DEFAULT