mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* better naming of CPU flag strings
git-svn-id: trunk@22055 -
This commit is contained in:
parent
1c2ed53735
commit
aadf6da14f
@ -188,19 +188,19 @@ Const
|
||||
{ no need to write info about those }
|
||||
[cs_opt_level1,cs_opt_level2,cs_opt_level3]+
|
||||
[cs_opt_regvar,cs_opt_loopunroll,cs_opt_tailrecursion,
|
||||
cs_opt_stackframe,cs_opt_nodecse,cs_opt_reorder_fields,cs_opt_fastmath];
|
||||
cpuflagsstr : array[tcpuflags] of string[20] =
|
||||
('AVR_HAS_JMP_CALL',
|
||||
'AVR_HAS_MOVW',
|
||||
'AVR_HAS_LPMX',
|
||||
'AVR_HAS_MUL',
|
||||
'AVR_HAS_RAMPZ',
|
||||
'AVR_HAS_ELPM',
|
||||
'AVR_HAS_ELPMX',
|
||||
'AVR_2_BYTE_PC',
|
||||
'AVR_3_BYTE_PC'
|
||||
);
|
||||
cs_opt_stackframe,cs_opt_nodecse,cs_opt_reorder_fields,cs_opt_fastmath];
|
||||
|
||||
cpuflagsstr : array[tcpuflags] of string[20] =
|
||||
('CPUAVR_HAS_JMP_CALL',
|
||||
'CPUAVR_HAS_MOVW',
|
||||
'CPUAVR_HAS_LPMX',
|
||||
'CPUAVR_HAS_MUL',
|
||||
'CPUAVR_HAS_RAMPZ',
|
||||
'CPUAVR_HAS_ELPM',
|
||||
'CPUAVR_HAS_ELPMX',
|
||||
'CPUAVR_2_BYTE_PC',
|
||||
'CPUAVR_3_BYTE_PC'
|
||||
);
|
||||
|
||||
level1optimizerswitches = genericlevel1optimizerswitches;
|
||||
level2optimizerswitches = genericlevel2optimizerswitches + level1optimizerswitches +
|
||||
|
Loading…
Reference in New Issue
Block a user