From 9bb72a2c1db8c313cd0a6d88b193c01958083451 Mon Sep 17 00:00:00 2001 From: law Date: Tue, 1 Jul 1997 15:05:31 +0000 Subject: [PATCH] * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition. * mips.h (BIGGEST_FIELD_ALIGNMENT): Remove definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14363 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/h8300/h8300.h | 4 ---- gcc/config/mips/mips.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index d7c17b2e52c..a11541ff071 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index f1e985a2ab5..6aa3402c22c 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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 -- 2.11.4.GIT