t-darwin (LIB2FUNCS_STATIC_EXTRA): Add darwin-fpsave.asm, darwin-vecsave.asm, and...
authorAndrew Pinski <pinskia@physics.uc.edu>
Wed, 31 Mar 2004 16:06:56 +0000 (16:06 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 31 Mar 2004 16:06:56 +0000 (08:06 -0800)
commitefdc5d916bbc8c31a1cd1027d38de2190278a41a
treef239ab86891f9bf96017bf9e40de453a194088ea
parent5fece1829e883e71ebad241cb72c01be943d698e
t-darwin (LIB2FUNCS_STATIC_EXTRA): Add darwin-fpsave.asm, darwin-vecsave.asm, and darwin-world.asm.

2004-03-21  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.

From-SVN: r80251
gcc/ChangeLog
gcc/config/rs6000/darwin-fpsave.asm [new file with mode: 0644]
gcc/config/rs6000/darwin-vecsave.asm [new file with mode: 0644]
gcc/config/rs6000/darwin-world.asm [new file with mode: 0644]
gcc/config/rs6000/t-darwin