mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2013-02-25 Terry Guo <terry.guo@arm.com>
* config/tc-arm.c (arm_cpus): Add cortex-r7 entry. * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to list of accepted CPUs.
This commit is contained in:
parent
a4e6529be5
commit
70a8bc5bb9
@ -1,3 +1,9 @@
|
||||
2013-02-25 Terry Guo <terry.guo@arm.com>
|
||||
|
||||
* config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
|
||||
* doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
|
||||
list of accepted CPUs.
|
||||
|
||||
2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/15159
|
||||
|
@ -23893,6 +23893,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
|
||||
"Cortex-R4F"),
|
||||
ARM_CPU_OPT ("cortex-r5", ARM_ARCH_V7R_IDIV,
|
||||
FPU_NONE, "Cortex-R5"),
|
||||
ARM_CPU_OPT ("cortex-r7", ARM_ARCH_V7R_IDIV,
|
||||
FPU_ARCH_VFP_V3D16,
|
||||
"Cortex-R7"),
|
||||
ARM_CPU_OPT ("cortex-m4", ARM_ARCH_V7EM, FPU_NONE, "Cortex-M4"),
|
||||
ARM_CPU_OPT ("cortex-m3", ARM_ARCH_V7M, FPU_NONE, "Cortex-M3"),
|
||||
ARM_CPU_OPT ("cortex-m1", ARM_ARCH_V6SM, FPU_NONE, "Cortex-M1"),
|
||||
|
@ -122,6 +122,8 @@ recognized:
|
||||
@code{cortex-a15},
|
||||
@code{cortex-r4},
|
||||
@code{cortex-r4f},
|
||||
@code{cortex-r5},
|
||||
@code{cortex-r7},
|
||||
@code{cortex-m4},
|
||||
@code{cortex-m3},
|
||||
@code{cortex-m1},
|
||||
|
Loading…
Reference in New Issue
Block a user