* gas/config/tc-arm.c (arm_cpus): Add cortex-a15 entry.

* gas/doc/c-arm.texi: Document -mcpu=cortex-a15.
This commit is contained in:
Matthew Gretton-Dann 2010-09-09 12:08:13 +00:00
parent 33f0727fc3
commit dbb1f80440
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-09-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
* doc/c-arm.texi: Document -mcpu=cortex-a15.
2010-09-09 Gunther Nikl <gnikl@users.sourceforge.net>
* gas/config/tc-m68k.c (tc_gen_reloc): Handle references to defined

View File

@ -22331,6 +22331,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
{"cortex-a9", ARM_ARCH_V7A, ARM_FEATURE (0, FPU_VFP_V3
| FPU_NEON_EXT_V1),
NULL},
{"cortex-a15", ARM_ARCH_V7A, FPU_ARCH_NEON_VFP_V4,
"Cortex-A15"},
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
{"cortex-r4f", ARM_ARCH_V7R, FPU_ARCH_VFP_V3D16, NULL},
{"cortex-m4", ARM_ARCH_V7EM, FPU_NONE, NULL},

View File

@ -115,6 +115,7 @@ recognized:
@code{cortex-a5},
@code{cortex-a8},
@code{cortex-a9},
@code{cortex-a15},
@code{cortex-r4},
@code{cortex-r4f},
@code{cortex-m3},