diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-03 19:33:03 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@gotplt.org> | 2017-11-03 19:33:04 +0530 |
commit | 7605d944531519ddf9026bf059475a4347c83aa4 (patch) | |
tree | be89e48e5804e3482c0ea2deb520e96c9c0841a1 /gas/doc | |
parent | bf59c5d5f4f5b8b4da1f5f605cfa546f8029b43d (diff) | |
download | gdb-7605d944531519ddf9026bf059475a4347c83aa4.zip gdb-7605d944531519ddf9026bf059475a4347c83aa4.tar.gz gdb-7605d944531519ddf9026bf059475a4347c83aa4.tar.bz2 |
Add option for Qualcomm Saphira part
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.
gas/
* config/tc-aarch64.c (aarch64_cpus): Add saphira.
* doc/c-aarch64.texi: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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} |