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/ChangeLog | |
parent | bf59c5d5f4f5b8b4da1f5f605cfa546f8029b43d (diff) | |
download | fsf-binutils-gdb-7605d944531519ddf9026bf059475a4347c83aa4.zip fsf-binutils-gdb-7605d944531519ddf9026bf059475a4347c83aa4.tar.gz fsf-binutils-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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ce1a97a..b48302d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2017-11-03 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org> + Jim Wilson <jim.wilson@linaro.org> + + * config/tc-aarch64.c (aarch64_cpus): Add saphira. + * doc/c-aarch64.texi: Likewise. + 2017-11-02 Thomas Preud'homme <thomas.preudhomme@arm.com> * testsuite/gas/arm/copro-thumb_v6t2plus-thumb_v6t2-1.d: Add |