h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
authorJeff Law <law@gcc.gnu.org>
Tue, 1 Jul 1997 15:05:31 +0000 (09:05 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 1 Jul 1997 15:05:31 +0000 (09:05 -0600)
        * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
        * mips.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.

From-SVN: r14363

gcc/config/h8300/h8300.h
gcc/config/mips/mips.h

index d7c17b2e52c2dc95dd49b77d9607fbb69588ff92..a11541ff071ab839ecd3f45c67011ae0e79d9c9a 100644 (file)
@@ -207,10 +207,6 @@ do {                               \
 #define BIGGEST_ALIGNMENT \
 (((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16)
 
-/* No structure field wants to be aligned rounder than this.  */
-#define BIGGEST_FIELD_ALIGNMENT \
-(((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16)
-
 /* The stack goes in 16/32 bit lumps.  */
 #define STACK_BOUNDARY (TARGET_H8300 ? 16 : 32)
 
index f1e985a2ab578932d13b065c32e2e1ca2dc5444b..6aa3402c22ce3e8057a936b4059fef545f6e891b 100644 (file)
@@ -1252,9 +1252,6 @@ do {                                                      \
 /* There is no point aligning anything to a rounder boundary than this.  */
 #define BIGGEST_ALIGNMENT 64
 
-/* Biggest alignment any structure field can require in bits.  */
-#define BIGGEST_FIELD_ALIGNMENT 64
-
 /* Set this nonzero if move instructions will actually fail to work
    when given unaligned data.  */
 #define STRICT_ALIGNMENT 1