diff options
author | Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org> | 2016-10-20 00:29:34 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org> | 2016-11-04 00:03:54 +0700 |
commit | 2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a (patch) | |
tree | f8502f0102454b857bc927f8c325deb44b75a7c3 /gas/doc | |
parent | d039fef395c1b5fd781acaf1c611f96f654f5f91 (diff) | |
download | gdb-2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a.zip gdb-2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a.tar.gz gdb-2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a.tar.bz2 |
New option falkor for Qualcomm server part
This adds an option for the Qualcomm falkor core, the corresponding
gcc patch is here:
https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00262.html
This was tested with aarch64 and armhf builds and make check and also
by building and running SPEC2006.
* config/tc-aarch64.c (aarch64_cpus): Add falkor.
* config/tc-arm.c (arm_cpus): Likewise.
* doc/c-aarch64.texi: Likewise.
* doc/c-arm.texi: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 80b657b..0452f5f 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -61,6 +61,7 @@ on the target processor. The following processor names are recognized: @code{cortex-a72}, @code{cortex-a73}, @code{exynos-m1}, +@code{falkor}, @code{qdf24xx}, @code{thunderx}, @code{vulcan}, diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 0cf7390..8ea6045 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -140,6 +140,7 @@ recognized: @code{exynos-m1}, @code{marvell-pj4}, @code{marvell-whitney}, +@code{falkor}, @code{qdf24xx}, @code{xgene1}, @code{xgene2}, |