Re: [PATCH, AArch64] Update insv_1.c test for Big Endian

2013-07-02 Thread Marcus Shawcroft
On 24 June 2013 16:57, Ian Bolton wrote: > 2013-06-24 Ian Bolton > > * gcc.target/config/aarch64/insv_1.c: Update to show it doesn't work > on big endian. > * gcc.target/config/aarch64/insv_2.c: New test for big endian. > * lib/target-supports.exp: Define aarch6

[PATCH, AArch64] Update insv_1.c test for Big Endian

2013-06-24 Thread Ian Bolton
Hi, The insv_1.c test case I added recently was not compatible with big endian. I attempted to fix with #ifdefs but dejagnu thinks all dg directives in a file, regardless of #ifdefs, are applicable, so I had to instead make a new test and add a new effective target to show when each test is suppor