diff options
author | Jim Wilson <jim.wilson@linaro.org> | 2015-11-12 17:27:13 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2015-11-12 09:27:13 -0800 |
commit | bc77eb4b51c60080abee30c7985a3ec9e1eb1331 (patch) | |
tree | 02d597f330ec807261636f20a7c32718fba1dd86 /gcc/doc | |
parent | fbfae2f0897fe5e0e7ac86fa326e8e03b1a162e9 (diff) | |
download | gcc-bc77eb4b51c60080abee30c7985a3ec9e1eb1331.zip gcc-bc77eb4b51c60080abee30c7985a3ec9e1eb1331.tar.gz gcc-bc77eb4b51c60080abee30c7985a3ec9e1eb1331.tar.bz2 |
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.
From-SVN: r230268
Diffstat (limited to 'gcc/doc')
-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 fb908b3..c18df98 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}, |