Multiple tweaks to plat/linuxppc/descr
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 21 Sep 2016 20:26:30 +0000 (16:26 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 21 Sep 2016 20:26:30 +0000 (16:26 -0400)
commit865ef629ddc3bc81d2a276df0cfe64a8ad182c83
treedd9e6c8836bed0fc270e21e2d16e11a9a53e686a
parent5b69777647bef86c0e3cbcf88311498188dfef68
Multiple tweaks to plat/linuxppc/descr

Don't define __POWERPC.  I don't know any other compiler that defines
__POWERPC and don't want to invent a new macro.  Apple's gcc 4.0.1
from Xcode 2.5 defines __ppc__, _ARCH_PPC, __POWERPC__.  Debian's gcc
4.9.2-10 defines _ARCH_PPC, __PPC__, __powerpc__, __PPC, __powerpc,
PPC, powerpc.

Move the base vm address from 0x80000000 down to 0x10000000, as this
is where Debian loads /bin/true.  This is still higher than the base
addresses for linux386 and linux68k.

Sync led's arguments with linux386.
plat/linuxppc/descr