linux-user/ppc: use the Linux register layout
commit7983f435e5306a4b17e1edcb408ba64b33e9c88f
authorRob Landley <rob@landley.net>
Sun, 28 Mar 2010 14:51:43 +0000 (28 16:51 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 28 Mar 2010 14:52:27 +0000 (28 16:52 +0200)
treec4cc22677304496ace76ad55f93667c8387c1570
parente432cef9161685ea3dbb3f31a90820e53f74041e
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>
linux-user/elfload.c