summaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2010-07-13 19:48:58 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2010-07-13 19:48:58 +0000
commitd146518711160313cc9d82e36be4f82f3b9a0205 (patch)
treed21465fb7bee041af8446276c85b8598dccd15b7 /gcc/defaults.h
parent0685e770ac482a9133dee33756755fc8dab1d27a (diff)
downloadgcc-d146518711160313cc9d82e36be4f82f3b9a0205.tar.gz
expmed.h (MAX_BITS_PER_WORD): Move to...
gcc/ * expmed.h (MAX_BITS_PER_WORD): Move to... * defaults.h (MAX_BITS_PER_WORD): ...here. From-SVN: r162150
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r--gcc/defaults.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h
index 336f386edf0..c2e68a742e3 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -1033,6 +1033,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define MIN_UNITS_PER_WORD UNITS_PER_WORD
#endif
+#ifndef MAX_BITS_PER_WORD
+#define MAX_BITS_PER_WORD BITS_PER_WORD
+#endif
+
#ifndef STACK_POINTER_OFFSET
#define STACK_POINTER_OFFSET 0
#endif