mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 07:38:41 +00:00
2010-03-05 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
This commit is contained in:
parent
4170a0931d
commit
26b6f1917c
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-05 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
|
||||||
|
|
||||||
2010-03-02 Andrew Stubbs <ams@codesourcery.com>
|
2010-03-02 Andrew Stubbs <ams@codesourcery.com>
|
||||||
|
|
||||||
* config/tc-sh.c (get_specific): Move overflow checking code to avoid
|
* config/tc-sh.c (get_specific): Move overflow checking code to avoid
|
||||||
|
@ -22179,6 +22179,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
|
|||||||
NULL},
|
NULL},
|
||||||
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
|
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
|
||||||
{"cortex-r4f", ARM_ARCH_V7R, FPU_ARCH_VFP_V3D16, NULL},
|
{"cortex-r4f", ARM_ARCH_V7R, FPU_ARCH_VFP_V3D16, NULL},
|
||||||
|
{"cortex-m4", ARM_ARCH_V7EM, FPU_NONE, NULL},
|
||||||
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
|
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
|
||||||
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},
|
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},
|
||||||
{"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL},
|
{"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL},
|
||||||
|
Loading…
Reference in New Issue
Block a user