This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PPC 64bit library status?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Bill Northcott <w dot northcott at unsw dot edu dot au>
- Cc: GCC List <gcc at gcc dot gnu dot org>
- Date: Sat, 30 Apr 2005 22:57:12 -0400
- Subject: Re: PPC 64bit library status?
- References: <1114776174.14975.ezmlm@gcc.gnu.org> <5657C1AF-8187-4A3A-82D7-05A0E106CD7D@unsw.edu.au> <jeu0lojs2v.fsf@sykes.suse.de> <acbf3fc78e0899439715842f8da3b667@physics.uc.edu> <7C2AAA27-0CE0-4CF6-8254-7B6477C522F1@unsw.edu.au>
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 <pinskia@physics.uc.edu>
* 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