]> gcc.gnu.org Git - gcc.git/commitdiff
(BIGGEST_FIELD_ALIGNMENT, PCC_BITFIELD_TYPE_MATTERS):
authorRichard Stallman <rms@gnu.org>
Mon, 17 May 1993 17:45:02 +0000 (17:45 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 17 May 1993 17:45:02 +0000 (17:45 +0000)
Deleted.  Now handled by HANDLE_SYSV_PRAGMA.
(HANDLE_SYSV_PRAGMA): Deleted: already defined by svr4.h.

From-SVN: r4483

gcc/config/i386/sysv4.h

index 094de4657b94f81f5e3cddcc6b87c09ddb18242d..a4d5292e9b86098e79edab45ea6f851056031131 100644 (file)
@@ -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
This page took 0.063244 seconds and 5 git commands to generate.