[AArch64] Add --enable-fix-cortex-a53-835769 configure-time option
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 10 Oct 2014 12:31:51 +0000 (12:31 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 10 Oct 2014 12:31:51 +0000 (12:31 +0000)
commit5e396da6b43aa2ba1fc30df73b8beb257bfd081d
tree366c4e2d8d4f0378048b202f73cc4c8523cbc051
parent75cf149453542f0107a957624b27e8c3cce106fa
[AArch64] Add --enable-fix-cortex-a53-835769 configure-time option

* configure.ac: Add --enable-fix-cortex-a53-835769 option.
* configure: Regenerate.
* config/aarch64/aarch64.c (aarch64_override_options): Handle
TARGET_FIX_ERR_A53_835769_DEFAULT.
* config/aarch64/aarch64.opt (mfix-cortex-a53-835769): Set Init
value to 2.
* doc/install.texi (aarch64*-*-*): Document
new --enable-fix-cortex-a53-835769 option.

From-SVN: r216076
gcc/ChangeLog
gcc/config/aarch64/aarch64.c
gcc/config/aarch64/aarch64.opt
gcc/configure
gcc/configure.ac
gcc/doc/install.texi