darwin.h (ASM_SPEC): Delete.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 14 Oct 2004 22:30:47 +0000 (22:30 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 14 Oct 2004 22:30:47 +0000 (22:30 +0000)
commitc4e18b1c3e26a9afeb3438f6173742ac5cb1fece
treedba4d9aad9ce3804ce46881c8ca0170a427c0bec
parentb77aa1f774128032e69cfa52a5c4726b5029d313
darwin.h (ASM_SPEC): Delete.

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.

From-SVN: r89059
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