Re: [Qemu-devel] Handling of setend instruction for ARM

2012-04-24 Thread Peter Maydell
On 24 April 2012 18:04, Rajat Goyal wrote: > The TCG translation for the ARM setend instruction for user level binaries > is empty. A binary which just prints "hello world" but inverts the > endianness to big endian at the beginning of main gives a segmentation fault > on native ARM but prints out

[Qemu-devel] Handling of setend instruction for ARM

2012-04-24 Thread Rajat Goyal
The TCG translation for the ARM setend instruction for user level binaries is empty. A binary which just prints "hello world" but inverts the endianness to big endian at the beginning of main gives a segmentation fault on native ARM but prints out hello world on qemu-arm. So does QEMU continue und