Commit 224dd343 by Jeff Law

h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.

        * h8300.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.
        * mips.h (BIGGEST_FIELD_ALIGNMENT): Remove definition.

From-SVN: r14363
parent 07f5b9aa
...@@ -207,10 +207,6 @@ do { \ ...@@ -207,10 +207,6 @@ do { \
#define BIGGEST_ALIGNMENT \ #define BIGGEST_ALIGNMENT \
(((TARGET_H8300H || TARGET_H8300S) && ! TARGET_ALIGN_300) ? 32 : 16) (((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. */ /* The stack goes in 16/32 bit lumps. */
#define STACK_BOUNDARY (TARGET_H8300 ? 16 : 32) #define STACK_BOUNDARY (TARGET_H8300 ? 16 : 32)
......
...@@ -1252,9 +1252,6 @@ do { \ ...@@ -1252,9 +1252,6 @@ do { \
/* There is no point aligning anything to a rounder boundary than this. */ /* There is no point aligning anything to a rounder boundary than this. */
#define BIGGEST_ALIGNMENT 64 #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 /* Set this nonzero if move instructions will actually fail to work
when given unaligned data. */ when given unaligned data. */
#define STRICT_ALIGNMENT 1 #define STRICT_ALIGNMENT 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment