]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm-cores.def (generic-armv7-a): New architecture.
authorAndrew Stubbs <ams@codesourcery.com>
Fri, 9 Sep 2011 13:57:41 +0000 (13:57 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Fri, 9 Sep 2011 13:57:41 +0000 (13:57 +0000)
commit54e73f88026e7c167232328e55d70551fa4aadda
tree9c033b5edef5afded6ef93aa699087355bd82618
parentc52571dff7e18a173732e2697f06dcc11424c6bb
arm-cores.def (generic-armv7-a): New architecture.

2011-09-09  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/arm/arm-cores.def (generic-armv7-a): New architecture.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* config/arm/arm.c (arm_file_start): Output .arch directive when
user passes -mcpu=generic-*.
(arm_issue_rate): Add genericv7a support.
* config/arm/arm.h (EXTRA_SPECS): Add asm_cpu_spec.
(ASM_CPU_SPEC): New define.
* config/arm/elf.h (ASM_SPEC): Use %(asm_cpu_spec).
* config/arm/semi.h (ASM_SPEC): Likewise.
* doc/invoke.texi (ARM Options): Document -mcpu=generic-*
and -mtune=generic-*.

From-SVN: r178731
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/elf.h
gcc/config/arm/semi.h
gcc/doc/invoke.texi