diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-17 17:45:02 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-05-17 17:45:02 +0000 |
commit | e1b16960109702c5638372eaacb9cedd1775a748 (patch) | |
tree | c1b05fbd1f40e125b4941883a0fb672ac9e61311 /gcc/config/i386/sysv4.h | |
parent | 08d7a103cdee28ff2811ac9f3e0c4df5f93cf1b3 (diff) | |
download | gcc-e1b16960109702c5638372eaacb9cedd1775a748.tar.gz |
(BIGGEST_FIELD_ALIGNMENT, PCC_BITFIELD_TYPE_MATTERS):
Deleted. Now handled by HANDLE_SYSV_PRAGMA.
(HANDLE_SYSV_PRAGMA): Deleted: already defined by svr4.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sysv4.h')
-rw-r--r-- | gcc/config/i386/sysv4.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index 094de4657b9..a4d5292e9b8 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -217,23 +217,3 @@ do { long value[2]; \ necessary when compiling PIC code. */ #define JUMP_TABLES_IN_TEXT_SECTION - -/* Biggest alignment that any structure field can require on this - machine, in bits. If packing is in effect, this can be smaller than - normal. */ - -#define BIGGEST_FIELD_ALIGNMENT \ - (maximum_field_alignment ? maximum_field_alignment : 32) - -extern int maximum_field_alignment; - -/* If bit field type is int, don't let it cross an int, - and give entire struct the alignment of an int. */ -/* Required on the 386 since it doesn't have bitfield insns. */ -/* If packing is in effect, then the type doesn't matter. */ - -#undef PCC_BITFIELD_TYPE_MATTERS -#define PCC_BITFIELD_TYPE_MATTERS (maximum_field_alignment == 0) - -/* Handle #pragma pack and sometimes #pragma weak. */ -#define HANDLE_SYSV_PRAGMA |