OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
config
/
rs6000
/
linux64.h
diff --git
a/gcc/config/rs6000/linux64.h
b/gcc/config/rs6000/linux64.h
index
d787d29
..
c4e3651
100644
(file)
--- a/
gcc/config/rs6000/linux64.h
+++ b/
gcc/config/rs6000/linux64.h
@@
-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