]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
add lto to powerpc-*darwin and enable for 32bit darwin
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 18 May 2010 08:12:56 +0000 (08:12 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 18 May 2010 08:12:56 +0000 (08:12 +0000)
commit02540df4e6b7c030012c1c5d1383dc03a41f6f8e
tree39b77ee32c3ee392fdb9b93500e805b045d06bf2
parent451078b5e0ebc5a97db4fa973088ec58ff11ece6
add lto to powerpc-*darwin and enable for 32bit darwin

Steven Bosscher  <steven@gcc.gnu.org>
ChangeLog:
* configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
* configure: Regenerate.

gcc/ChangeLog:
* config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
lto-macho as lto_binary_reader.

* darwin.c (darwin_asm_named_section): Do not add assembler comment
after .section directive; just print it before the directive instead.

M    gcc/config.gcc
M    gcc/config/darwin.c
M    ChangeLog
M    gcc/ChangeLog

From-SVN: r159527
ChangeLog
configure
configure.ac
gcc/ChangeLog
gcc/config.gcc
gcc/config/darwin.c