mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 07:00:27 +08:00
* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.
From-SVN: r81777
This commit is contained in:
parent
6b04578500
commit
d81d0bdd6a
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user