This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Cortex-A9 support
> > The patch below adds support for the Cortex-A9 core. As far as we're
> > concerned this is the same as the Cortex-A8.
>
> did you mean to actually include the patch ? cause i think you forgot to
Oops. It's really not that interesting, but here it is anyway :-)
Paul
--- src/gas/config/tc-arm.c 2008年03月09日 13:23:28 1.351
+++ src/gas/config/tc-arm.c 2008年03月09日 15:20:31 1.352
@@ -20114,6 +20114,9 @@
{"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
| FPU_NEON_EXT_V1),
NULL},
+ {"cortex-a9", ARM_ARCH_V7A, ARM_FEATURE(0, FPU_VFP_V3
+ | FPU_NEON_EXT_V1),
+ NULL},
{"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL},
{"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL},
{"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL},
--- src/gas/doc/c-arm.texi 2008年03月09日 13:23:29 1.48
+++ src/gas/doc/c-arm.texi 2008年03月09日 15:20:31 1.49
@@ -108,6 +108,7 @@
@code{mpcore},
@code{mpcorenovfp},
@code{cortex-a8},
+@code{cortex-a9},
@code{cortex-r4},
@code{cortex-m3},
@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),