OK
On 1 March 2013 10:49, James Greenhalgh <james.greenha...@arm.com> wrote: > > Hi, > > config/aarch64/aarch64.c attempts to do this: > >> #undef TARGET_FIXED_CONDITION_CODE_REG >> #define TARGET_FIXED_CONDITION_CODE_REGS aarch64_fixed_condition_code_regs > > This patch adds the S to the end of TARGET_FIXED_CONDITION_CODE_REG > clearing a warning for redefining TARGET_FIXED_CONDITION_REGS > > Regression tested on aarch64-none-elf with no issues and checked > to ensure that the warning is cleared. > > OK for aarch64-4.7-branch? > > Thanks, > James > > --- > gcc/ > > 2013-03-01 James Greenhalgh <james.greenha...@arm.com> > > * config/aarch64/aarch64.c: > Fix typo in `#undef TARGET_FIXED_CONDITION_CODE_REGS'