2004-10-14 Geoffrey Keating <geoffk@apple.com>
commit19f8705d27a114d57792f716d05fb8c07e18023d
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 22:30:47 +0000 (14 22:30 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 22:30:47 +0000 (14 22:30 +0000)
treedba4d9aad9ce3804ce46881c8ca0170a427c0bec
parentc97348a71f640524fc047580a89181aacb54fcbe
2004-10-14  Geoffrey Keating  <geoffk@apple.com>

* config/rs6000/darwin.h (ASM_SPEC): Delete.
(TARGET_ASM_FILE_START): Define.
* config/darwin.h (ASM_SPEC): Define.
* config/rs6000/t-darwin (TARGET_LIBGCC2_CFLAGS): Don't supply
-mlong-double-128, it's the default.  Update comment about reason
for force_cpusubtype_ALL.
* config/rs6000/darwin-vecsave.asm: Supply .machine.
* config/rs6000/darwin-world.asm: Likewise.
* config/rs6000/rs6000.c (rs6000_darwin_file_start): New.
(symbolic_operand): Delete #if 0ed code.

Index: testsuite/ChangeLog
2004-10-14  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
* gcc.dg/macho-lo-sum.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89059 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/rs6000/darwin-vecsave.asm
gcc/config/rs6000/darwin-world.asm
gcc/config/rs6000/darwin.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/t-darwin
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-misaligned.c
gcc/testsuite/gcc.dg/macho-lo-sum.c