OSDN Git Service

2004-03-21 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 2004 16:06:56 +0000 (16:06 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Mar 2004 16:06:56 +0000 (16:06 +0000)
commit390b63707e96192403eeed9f874b36bb9b3dc0c2
treef239ab86891f9bf96017bf9e40de453a194088ea
parent804d7df8defe5ad76fca01bc2a1abb76983766a0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80251 138bc75d-0d04-0410-961f-82ee72b054a4
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