diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-31 20:37:46 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-31 20:37:46 +0000 |
commit | 16f8acc9d9dfcb2c8b528739e0531a6d39b7ee17 (patch) | |
tree | de554d1a73f6167494b7dc4460d9d3001dc910ae /gcc/config/i386 | |
parent | a792dfa461fc74860a3d2b43c66b235d070e7ee6 (diff) | |
download | gcc-16f8acc9d9dfcb2c8b528739e0531a6d39b7ee17.tar.gz |
(MAX_FIXED_MODE_SIZE): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14567 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386')
-rw-r--r-- | gcc/config/i386/i386.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 8056af7e0e3..958e0cfe561 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 */ |