Re: [PATCH v2] ARM: Introduce ARM_DEFAULT_SHORT_ENUMS

2017-04-05 Thread Sebastian Huber
- Sebastian Huber schrieb: > Allow targets to define the default for the short enums option. > > v2: Move ARM_DEFAULT_SHORT_ENUMS to arm.h. > > gcc/ > > * config/arm/arm.h: (ARM_DEFAULT_SHORT_ENUMS): Provide default > definition. > * config/arm/arm.c: (arm_default_short_en

[PATCH v2] ARM: Introduce ARM_DEFAULT_SHORT_ENUMS

2017-04-04 Thread Sebastian Huber
Allow targets to define the default for the short enums option. v2: Move ARM_DEFAULT_SHORT_ENUMS to arm.h. gcc/ * config/arm/arm.h: (ARM_DEFAULT_SHORT_ENUMS): Provide default definition. * config/arm/arm.c: (arm_default_short_enums): Use ARM_DEFAULT_SHORT_ENUMS.