* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.

From-SVN: r81777
This commit is contained in:
Paul Brook 2004-05-13 11:25:49 +00:00 committed by Paul Brook
parent 6b04578500
commit d81d0bdd6a
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-05-13 Paul Brook <paul@codesourcery.com>
* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.
2004-05-13 Paul Brook <paul@codesourcery.com>
* config/arm/arm.c (arm_default_short_enums): New function.

View File

@ -729,6 +729,12 @@ extern const char * structure_size_string;
#ifndef SIZE_TYPE
#define SIZE_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "long unsigned int")
#endif
/* AAPCS requires that structure alignment is affected by bitfields. */
#ifndef PCC_BITFIELD_TYPE_MATTERS
#define PCC_BITFIELD_TYPE_MATTERS TARGET_AAPCS_BASED
#endif
/* Standard register usage. */