From: Andrew G. <ag...@em...> - 2001-04-03 06:14:21
|
> We also have problems with the inline assembler on BeOS powerpc. What I'm > going to do there is write a regular (non-inline) assembler file for BeOS > powerpc, and have a zconfig.h option for not using inline assembler when one > makes a build The problem Mike's referring to is simply CodeWarrior for BeOS's limitations with inline assembler. We've got PPC assembler for the more recent versions of CodeWarrior targetting MacOS, and of course for gcc (Chris Teplovs built and successfully checked it out on LinuxPPC). If anyone knows how to get PPC assembler, or even just explicit hex opcodes, to compile under CW for BeOS please let us know. Alternatively we can have, as Mike suggests, a .S file with pure assembly, and have ZAtomic.h's functions forward to the implementations therein. A __________________________________________________________________ Andrew Green mailto:ag...@zo... ZooLib Guy http://www.zoolib.org 350 25th Avenue, Suite #1 Vox: +1 (415) 831 2471 San Francisco, CA 94121-1912 Fax: +1 (415) 831 2472 |