darwin-crt2.c: Move to ../libgcc/config/rs6000.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Wed, 13 Jul 2011 16:28:30 +0000 (16:28 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 13 Jul 2011 16:28:30 +0000 (16:28 +0000)
commite141542e74a015a27828aeaf89dabfbac9506ccc
tree71239e2a182cf221f08a79040e504a6015a27b28
parent72fbc381feb3f20f12ddaed9538fb1b719ffc164
darwin-crt2.c: Move to ../libgcc/config/rs6000.

gcc:
* config/darwin-crt2.c: Move to ../libgcc/config/rs6000.
* config/darwin-crt3.c: Move to ../libgcc/config.
* config/t-darwin (EXTRA_MULTILIB_PARTS): Remove.
($(T)crt3$(objext)): Remove.
* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Remove.
($(T)crt2$(objext)): Remove.
* config.gcc (powerpc-*-darwin*): Remove extra_parts.
(powerpc64-*-darwin*): Likewise.

gcc/po:
* EXCLUDES (config/darwin-crt2.c): Remove.

libgcc:
* config/darwin-crt3.o: New file.
* config/rs6000/darwin-crt2.c: New file.
* config/t-darwin: New file.
* config/rs6000/t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New variable.
(crt2.o): New rule.
* config.host (*-*-darwin*): Add crt3.o to extra_parts.
(powerpc-*-darwin*): Add crt2.o to extra_parts.
(powerpc64-*-darwin*): Likewise.

From-SVN: r176239
14 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/darwin-crt2.c [deleted file]
gcc/config/darwin-crt3.c [deleted file]
gcc/config/rs6000/t-darwin
gcc/config/t-darwin
gcc/po/ChangeLog
gcc/po/EXCLUDES
libgcc/ChangeLog
libgcc/config.host
libgcc/config/darwin-crt3.c [new file with mode: 0644]
libgcc/config/rs6000/darwin-crt2.c [new file with mode: 0644]
libgcc/config/rs6000/t-darwin
libgcc/config/t-darwin [new file with mode: 0644]