Re: [PATCH, Testsuite, AArch64] Make aapcs64.exp Tests Big-Endian Friendly

2014-06-20 Thread Marcus Shawcroft
On 19 June 2014 14:32, Yufeng Zhang wrote: > Hi, > > This patch updates a number of aapcs64 tests to make them big-endian > friendly. Changes are mainly: > > * checking the W regs instead of X regs for integral arguments less than 8 > bytes > * correcting the corresponding stack location checks i

[PATCH, Testsuite, AArch64] Make aapcs64.exp Tests Big-Endian Friendly

2014-06-19 Thread Yufeng Zhang
Hi, This patch updates a number of aapcs64 tests to make them big-endian friendly. Changes are mainly: * checking the W regs instead of X regs for integral arguments less than 8 bytes * correcting the corresponding stack location checks in big-endian mode With this patch, make check-gcc RU