aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-17 17:45:02 +0000
committerRichard Stallman <rms@gnu.org>1993-05-17 17:45:02 +0000
commita144eb959b27ae60f99129c74cf643844a65bf79 (patch)
treec1b05fbd1f40e125b4941883a0fb672ac9e61311
parent3dab45b7fa207e701380ac316e61382a3ab50227 (diff)
downloadgcc-a144eb959b27ae60f99129c74cf643844a65bf79.zip
gcc-a144eb959b27ae60f99129c74cf643844a65bf79.tar.gz
gcc-a144eb959b27ae60f99129c74cf643844a65bf79.tar.bz2
(BIGGEST_FIELD_ALIGNMENT, PCC_BITFIELD_TYPE_MATTERS):
Deleted. Now handled by HANDLE_SYSV_PRAGMA. (HANDLE_SYSV_PRAGMA): Deleted: already defined by svr4.h. From-SVN: r4483
-rw-r--r--gcc/config/i386/sysv4.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h
index 094de46..a4d5292 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