aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2013-12-17 12:32:43 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2013-12-17 12:32:43 +0000
commit7f8b9e364177d95b03a9a2dbd9819f10769f8c7f (patch)
tree6f0849bbddfb755d894903f7aed9448171dad07a /gcc/doc
parent222f9bd0864131fba63973505a24aca0b76daea1 (diff)
downloadgcc-7f8b9e364177d95b03a9a2dbd9819f10769f8c7f.zip
gcc-7f8b9e364177d95b03a9a2dbd9819f10769f8c7f.tar.gz
gcc-7f8b9e364177d95b03a9a2dbd9819f10769f8c7f.tar.bz2
[ARM 5/5 big.LITTLE] Add support for -mcpu=cortex-a57.cortex-a53
gcc/ * config/arm/arm-cores.def (cortex-a57.cortex-a53): New. * doc/invoke.texi: Document -mcpu=cortex-a57.cortex-a53. * config/arm/arm-tables.opt: Regenerate. * config/arm/arm-tune.md: Regenerate. * config/arm/bpabi.h (BE8_LINK_SPEC): Handle -mcpu=cortex-a57.cortex-a53. From-SVN: r206049
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 9743387..b102e13 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12170,8 +12170,8 @@ assembly code. Permissible names are: @samp{arm2}, @samp{arm250},
@samp{fa606te}, @samp{fa626te}, @samp{fmp626}, @samp{fa726te}.
Additionally, this option can specify that GCC should tune the performance
-of the code for a big.LITTLE system. The only permissible name is:
-@samp{cortex-a15.cortex-a7}.
+of the code for a big.LITTLE system. Permissible names are:
+@samp{cortex-a15.cortex-a7}, @samp{cortex-a57.cortex-a53}.
@option{-mcpu=generic-@var{arch}} is also permissible, and is
equivalent to @option{-march=@var{arch} -mtune=generic-@var{arch}}.