Commit 95e01976 by Matthew Wahab Committed by Matthew Wahab

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
parent edd048e2
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> 2016-04-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/70701 PR tree-optimization/70701
......
...@@ -87,6 +87,9 @@ ...@@ -87,6 +87,9 @@
|march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \ |march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \
|march=armv6-m|mcpu=cortex-m0 \ |march=armv6-m|mcpu=cortex-m0 \
|march=armv8-a \ |march=armv8-a \
|march=armv8-a+crc \
|march=armv8.1-a \
|march=armv8.1-a+crc \
:%{!r:--be8}}}" :%{!r:--be8}}}"
#else #else
#define BE8_LINK_SPEC \ #define BE8_LINK_SPEC \
...@@ -115,6 +118,9 @@ ...@@ -115,6 +118,9 @@
|march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \ |march=armv7e-m|mcpu=cortex-m4|mcpu=cortex-m7 \
|march=armv6-m|mcpu=cortex-m0 \ |march=armv6-m|mcpu=cortex-m0 \
|march=armv8-a \ |march=armv8-a \
|march=armv8-a+crc \
|march=armv8.1-a \
|march=armv8.1-a+crc \
:%{!r:--be8}}}" :%{!r:--be8}}}"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment