summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/mn10300.h
diff options
context:
space:
mode:
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-01 15:27:54 +0000
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-01 15:27:54 +0000
commitbe8a82b8e4ad4886a4fc8210ea7f6b48bd0f10ee (patch)
treeecda0ba13ac028840ac2f39d6c13789ed98bcedb /gcc/config/mn10300/mn10300.h
parent9034761137f5fcdf7a46f9a545136fa615e7bafc (diff)
parent96b07a493754f1f2d72c564bb3e071b541f0e351 (diff)
downloadgcc-be8a82b8e4ad4886a4fc8210ea7f6b48bd0f10ee.tar.gz
Merge from trunk up to r170497
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gc-improv@170594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/mn10300.h')
-rw-r--r--gcc/config/mn10300/mn10300.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h
index b10f4506805..2e97ca4ff4c 100644
--- a/gcc/config/mn10300/mn10300.h
+++ b/gcc/config/mn10300/mn10300.h
@@ -50,6 +50,10 @@
} \
else if (TARGET_AM33) \
builtin_define ("__AM33__=1"); \
+ \
+ builtin_define (TARGET_ALLOW_LIW ? \
+ "__LIW__" : "__NO_LIW__");\
+ \
} \
while (0)