aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1997-07-31 20:37:46 +0000
committerStan Cox <coxs@gnu.org>1997-07-31 20:37:46 +0000
commit4bc679adb2ec5b8eed6e48ade29f6dcb86af25ff (patch)
treede554d1a73f6167494b7dc4460d9d3001dc910ae /gcc
parent86e6f22fcc0ba44042c9546b875eafb9f9649125 (diff)
downloadgcc-4bc679adb2ec5b8eed6e48ade29f6dcb86af25ff.zip
gcc-4bc679adb2ec5b8eed6e48ade29f6dcb86af25ff.tar.gz
gcc-4bc679adb2ec5b8eed6e48ade29f6dcb86af25ff.tar.bz2
(MAX_FIXED_MODE_SIZE): Define.
From-SVN: r14567
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 8056af7..958e0cf 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -430,6 +430,12 @@ extern int ix86_arch;
/* Required on the 386 since it doesn't have bitfield insns. */
#define PCC_BITFIELD_TYPE_MATTERS 1
+/* An integer expression for the size in bits of the largest integer
+ machine mode that should actually be used. All integer machine modes of
+ this size or smaller can be used for structures and unions with the
+ appropriate sizes. */
+#define MAX_FIXED_MODE_SIZE 32
+
/* Maximum power of 2 that code can be aligned to. */
#define MAX_CODE_ALIGN 6 /* 64 byte alignment */