summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-10-29 15:37:53 +0000
committerPaul Brook <paul@codesourcery.com>2009-10-29 15:37:53 +0000
commit18d1a67dcde4dd6b469af1dac78971991ad2e524 (patch)
tree459715692c9b9f0c0ef8025f7f635cf564dfd849 /gas
parent83bb13061834cb733bc9e571e54d2e77ac9a7715 (diff)
downloadbinutils-redhat-18d1a67dcde4dd6b469af1dac78971991ad2e524.tar.gz
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/ChangeLog5
-rw-r--r--gas/config/tc-arm.c1
-rw-r--r--gas/doc/c-arm.texi1
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f756214d18..a9f67850d6 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 22a3377409..e176adaafe 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 1d2c585b7e..2f4bf853bb 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},