Re: [PR target/70711][ARM] Fix big-endian ARMv8.1-A builds.

2016-04-18 Thread Matthew Wahab
On 18/04/16 10:41, Richard Biener wrote: On Mon, 18 Apr 2016, Ramana Radhakrishnan wrote: Testing for armeb-none-eabi with cross-compiled check-gcc and with command line testing to confirm working executables are built. Is this ok for trunk and for GCC-6 once testing is completed? Oops, Than

Re: [PR target/70711][ARM] Fix big-endian ARMv8.1-A builds.

2016-04-18 Thread Richard Biener
On Mon, 18 Apr 2016, Ramana Radhakrishnan wrote: > On 18/04/16 10:20, Matthew Wahab wrote: > > When ARMv8.1 support was added to the ARM target, the > > bpabi.h/BE8_LINK_SPEC list wasn't updated. That means that when GCC > > targets ARMv8.1 big-endian, it fails to generate working binaries. > > >

Re: [PR target/70711][ARM] Fix big-endian ARMv8.1-A builds.

2016-04-18 Thread Ramana Radhakrishnan
On 18/04/16 10:20, Matthew Wahab wrote: > When ARMv8.1 support was added to the ARM target, the > bpabi.h/BE8_LINK_SPEC list wasn't updated. That means that when GCC > targets ARMv8.1 big-endian, it fails to generate working binaries. > > This patch addds the required 'march=armv8.1-a' entries to

[PR target/70711][ARM] Fix big-endian ARMv8.1-A builds.

2016-04-18 Thread Matthew Wahab
When ARMv8.1 support was added to the ARM target, the bpabi.h/BE8_LINK_SPEC list wasn't updated. That means that when GCC targets ARMv8.1 big-endian, it fails to generate working binaries. This patch addds the required 'march=armv8.1-a' entries to BE8_LINK_SPEC. It also adds the missing entries f