diff options
author | Paul Brook <paul@codesourcery.com> | 2009-10-29 15:37:53 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-10-29 15:37:53 +0000 |
commit | b38f9f31eaec6e80cab8f40e739b8079af14d32e (patch) | |
tree | 53173846b0552a54eee67fd79a2fa54d27160ea9 /gas | |
parent | 1e22530edfcc373b77128611be3ea38fc4f95d29 (diff) | |
download | gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.zip gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.tar.gz gdb-b38f9f31eaec6e80cab8f40e739b8079af14d32e.tar.bz2 |
2009-10-29 Paul Brook <paul@codesourcery.com>
gas/
* doc/c-arm.texi: Document ARM -mcpu=cortex-a5.
* config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-arm.c | 1 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f756214..a9f6785 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-10-29 Paul Brook <paul@codesourcery.com> + + * doc/c-arm.texi: Document ARM -mcpu=cortex-a5. + * config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5. + 2009-10-29 Tristan Gingold <gingold@adacore.com> * config/tc-mep.c (md_pseudo_table): Remove dwarf2 debug pseudo diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 22a3377..e176ada 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -21853,6 +21853,7 @@ static const struct arm_cpu_option_table arm_cpus[] = {"arm1156t2f-s", ARM_ARCH_V6T2, FPU_ARCH_VFP_V2, NULL}, {"arm1176jz-s", ARM_ARCH_V6ZK, FPU_NONE, NULL}, {"arm1176jzf-s", ARM_ARCH_V6ZK, FPU_ARCH_VFP_V2, NULL}, + {"cortex-a5", ARM_ARCH_V7A, FPU_NONE, NULL}, {"cortex-a8", ARM_ARCH_V7A, ARM_FEATURE (0, FPU_VFP_V3 | FPU_NEON_EXT_V1), NULL}, diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 1d2c585..2f4bf85 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -112,6 +112,7 @@ recognized: @code{arm1176jzf-s}, @code{mpcore}, @code{mpcorenovfp}, +@code{cortex-a5}, @code{cortex-a8}, @code{cortex-a9}, @code{cortex-r4}, |