1 2PowerPC assembly support 3 4 51) MacOS X, Darwin, MKLinux and other systems based on Mach kernel ABI: 6 7 - Configuration command: ./config powerpc-darwin 8 9 - See documentation inside powerpc_mach.h, powerpc_mach.s, powerpc.c. 10 11 122) LinuxPPC, and other systems based on System V ABI: 13 14 - Configuration command: ./config powerpc 15 16 - See documentation inside powerpc_sys5.h, powerpc_sys5.s, powerpc.c. 17 18 19Marco Bucci <marco.bucci@inwind.it> 20December 2002 21 22 23 * This software is largely based on the original PowerPC-Linux porting 24 * developed by Ken Aaker <kenaaker@silverbacksystems.com> 25 * 26 * Marco Bucci <marco.bucci@inwind.it> 27 * December 2002 28