diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-12 17:27:13 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-12 17:27:13 +0000 |
commit | a97954339ed2a8862b813cdda8f48529ba8dd43a (patch) | |
tree | 02d597f330ec807261636f20a7c32718fba1dd86 /gcc/doc/invoke.texi | |
parent | ddb640e427ae8e64e0963e48bc9914cb8ea4f071 (diff) | |
download | gcc-a97954339ed2a8862b813cdda8f48529ba8dd43a.tar.gz |
Add initial qualcomm support.
gcc/
* config/aarch64/aarch64-cores.def (qdf24xx): New.
* config/aarch64/aarch64-tune.md: Regenerated.
* config/arm/arm-cores.def (qdf24xx): New.
* config/arm/arm-tables.opt, config/arm/arm-tune.md: Regenerated.
* config/arm/bpabi.h (BE8_LINK_SPEC): Add qdf24xx support.
* doc/invoke.texi (AArch64 Options/-mtune): Add "qdf24xx".
(ARM Options/-mtune); Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index fb908b3a2bc..c18df986f05 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -12577,7 +12577,7 @@ processors implementing the target architecture. Specify the name of the target processor for which GCC should tune the performance of the code. Permissible values for this option are: @samp{generic}, @samp{cortex-a53}, @samp{cortex-a57}, @samp{cortex-a72}, -@samp{exynos-m1}, @samp{thunderx}, @samp{xgene1}. +@samp{exynos-m1}, @samp{qdf24xx}, @samp{thunderx}, @samp{xgene1}. Additionally, this option can specify that GCC should tune the performance of the code for a big.LITTLE system. Permissible values for this @@ -13564,6 +13564,7 @@ Permissible names are: @samp{arm2}, @samp{arm250}, @samp{cortex-m0.small-multiply}, @samp{cortex-m0plus.small-multiply}, @samp{exynos-m1}, +@samp{qdf24xx}, @samp{marvell-pj4}, @samp{xscale}, @samp{iwmmxt}, @samp{iwmmxt2}, @samp{ep9312}, @samp{fa526}, @samp{fa626}, |