re PR target/70711 (GCC ARM big-endian ARMv8.1 code fails.)

PR target/70711
	* config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
	armv8.1-a and armv8.1-a+crc.

From-SVN: r235132
This commit is contained in:
Matthew Wahab 2016-04-18 12:11:03 +00:00 committed by Matthew Wahab
parent edd048e29a
commit 95e01976cb
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
PR target/70711
* config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
armv8.1-a and armv8.1-a+crc.
2016-04-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/70701

View File

@ -87,6 +87,9 @@
|march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \
|march=armv6-m|mcpu=cortex-m0 \
|march=armv8-a \
|march=armv8-a+crc \
|march=armv8.1-a \
|march=armv8.1-a+crc \
:%{!r:--be8}}}"
#else
#define BE8_LINK_SPEC \
@ -115,6 +118,9 @@
|march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \
|march=armv6-m|mcpu=cortex-m0 \
|march=armv8-a \
|march=armv8-a+crc \
|march=armv8.1-a \
|march=armv8.1-a+crc \
:%{!r:--be8}}}"
#endif