This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 2/2] Add option for Qualcomm Saphira part
- From: Siddhesh Poyarekar <siddhesh at gotplt dot org>
- To: binutils at sourceware dot org
- Cc: Siddhesh Poyarekar <siddhesh dot poyarekar at linaro dot org>
- Date: Fri, 27 Oct 2017 18:18:39 +0530
- Subject: [PATCH 2/2] Add option for Qualcomm Saphira part
- Authentication-results: sourceware.org; auth=none
- References: <1509108519-16813-1-git-send-email-siddhesh@gotplt.org>
From: Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
This adds an option for the Qualcomm saphira core, the corresponding
gcc patch is here:
https://gcc.gnu.org/ml/gcc-patches/2017-10/msg02055.html
This was tested with an aarch64 build and make check and also by
building and running SPEC2006.
2017-10-27 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
Jim Wilson <jim.wilson@linaro.org>
gas/
* config/tc-aarch64.c (aarch64_cpus): Add saphira.
* doc/c-aarch64.texi: Likewise.
---
gas/config/tc-aarch64.c | 3 +++
gas/doc/c-aarch64.texi | 1 +
2 files changed, 4 insertions(+)
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 64d54fd..91330dd 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -8420,6 +8420,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO
| AARCH64_FEATURE_RDMA),
"Qualcomm QDF24XX"},
+ {"saphira", AARCH64_FEATURE (AARCH64_ARCH_V8_3,
+ AARCH64_FEATURE_CRYPTO | AARCH64_FEATURE_PROFILE),
+ "Qualcomm Saphira"},
{"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Cavium ThunderX"},
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index e73d48c..c6eeda8 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -65,6 +65,7 @@ on the target processor. The following processor names are recognized:
@code{exynos-m1},
@code{falkor},
@code{qdf24xx},
+@code{saphira},
@code{thunderx},
@code{vulcan},
@code{xgene1}
--
2.7.5