On Apr 30, 2005, at 10:51 PM, Bill Northcott wrote:
Basically my logic is fairly simple. If I use Apple's OS, I feel
happier using their compiler. While that creates some problems, it
avoids others like the restFP,savFP issue.
The restFP/saveFP issue has been resolved since
2004-03-31 Andrew Pinski <[EMAIL PROTECTED]>
* config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
Add darwin-fpsave.asm, darwin-vecsave.asm,
and darwin-world.asm.
(TARGET_LIBGCC2_CFLAGS): Add -Wa,-force_cpusubtype_ALL
as the asm files contain altivec instructions.
* config/rs6000/darwin-fpsave.asm: New file.
* config/rs6000/darwin-vecsave.asm: New file.
* config/rs6000/darwin-world.asm: New file.
-- Pinski