(MAX_FIXED_MODE_SIZE): Define.
authorStan Cox <coxs@gnu.org>
Thu, 31 Jul 1997 20:37:46 +0000 (20:37 +0000)
committerStan Cox <coxs@gnu.org>
Thu, 31 Jul 1997 20:37:46 +0000 (20:37 +0000)
From-SVN: r14567

gcc/config/i386/i386.h

index 8056af7..958e0cf 100644 (file)
@@ -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 */