mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 16:40:56 +08:00
define. (CPP_ARCH_DEFAULT_SPEC): Set up based on setting of TARGET_CPU_DEFAULT. (CPP_SPEC): Split up into sub-rule calls. (CPP_CPU_SPEC): Add default definition. (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC): Add definitions. (CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC): Add definitions. (CPP_ENDIAN_SPEC, CPP_ENDIAN_DEFAULT_SPEC): Add definitions. (CC1_SPEC): Map legacy -m[236] onto -mcpu=.. and -mapcs-{26,32} as appropriate. Similarly for -mbe and -mle to -m{big,little}-endian. (EXTRA_SPECS): Define. (enum processor_type): New types for arm8 and strongarm. (CONDITIONAL_REGISTER_USAGE): Handle flag_pic. (LEGITIMIZE_ADDRESS): Likewise. (ADJUST_COST): Define. (PIC_OFFSET_TABLE_REGNUM): Define. (FINALIZE_PIC): Define. (LEGITIMATE_PIC_OPERAND_P): Define. (OUTPUT_INT_ADDR_CONST): Define. (ASM_OUTPUT_MI_THUNK): Delete calls to arm_increase_location. (MASK_RETURN_ADDR): Use TARGET_APCS_32 not TARGET_6. From-SVN: r14051
Description
No description provided
Languages
C++
31.9%
C
31.3%
Ada
12%
D
6.5%
Go
6.4%
Other
11.5%