This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH/AArch64 1/3] * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
- From: Philipp Tomsich <philipp dot tomsich at theobroma-systems dot com>
- To: binutils at sourceware dot org
- To: binutils at sourceware dot org
- Cc: Philipp Tomsich <philipp dot tomsich at theobroma-systems dot com>
- Date: Wed, 4 Dec 2013 19:29:25 +0100
- Subject: [PATCH/AArch64 1/3] * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
- Authentication-results: sourceware.org; auth=none
This adds support for the AppliedMicro X-Gene 1 processor to the assembler.
There's a dependency against this change for the GCC patches that I'm about to send out...
Best,
Philipp Tomsich.
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
---
gas/config/tc-aarch64.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 14ffdad..4312bed 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7123,6 +7123,7 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
{"all", AARCH64_ANY, NULL},
{"cortex-a53", AARCH64_ARCH_V8, "Cortex-A53"},
{"cortex-a57", AARCH64_ARCH_V8, "Cortex-A57"},
+ {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
{"generic", AARCH64_ARCH_V8, NULL},
/* These two are example CPUs supported in GCC, once we have real
--
1.7.2.5