qemu-e2k/linux-user
Rob Landley 7983f435e5 linux-user/ppc: use the Linux register layout
The dynamic linker converts the Linux layout to the AIX layout and is
reentrant so it won't do it a second time if it's already been
converted. In short it work just fine with either register layout.

OTOH, statically linked binaries expect a Linux layout.

Remove code converting the Linux layout to AIX layout so that all
binaries are presented the Linux Layout.

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-03-28 16:52:27 +02:00
..
alpha alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
arm linux-user: Add the syscall id for pselect6 on ARM 2010-03-26 20:48:30 +01:00
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
cpu-uname.c linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
cpu-uname.h linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
elfload32.c
elfload.c linux-user/ppc: use the Linux register layout 2010-03-28 16:52:27 +02:00
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c
main.c linux-user: Use RLIMIT_STACK for default stack size. 2010-03-27 14:16:51 +01:00
mmap.c Fix usermode virtual address type 2010-03-12 23:25:52 +00:00
qemu-types.h
qemu.h linux-user: Use RLIMIT_STACK for default stack size. 2010-03-27 14:16:51 +01:00
signal.c Replace assert(0) with abort() or cpu_abort() 2010-03-18 18:41:57 +00:00
socket.h
strace.c Fix strace or FUTEX_PRIVATE_FLAG 2010-02-19 16:04:51 +00:00
strace.list
syscall_defs.h alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
syscall_types.h
syscall.c linux-user: add inotify_init1 syscall support 2010-03-26 17:15:10 +01:00
uaccess.c
vm86.c