diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-05-26 05:16:31 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-05-26 05:16:31 +0000 |
commit | e49e5c9230523b20b6560022c5cdfd3665065d20 (patch) | |
tree | 02ef98dd932d4424591fac114dac6ae0c0e6e17c /ChangeLog | |
parent | 5c3885291ffdae7d69304eafb03507a5ba384a5c (diff) | |
download | gdb-e49e5c9230523b20b6560022c5cdfd3665065d20.zip gdb-e49e5c9230523b20b6560022c5cdfd3665065d20.tar.gz gdb-e49e5c9230523b20b6560022c5cdfd3665065d20.tar.bz2 |
Merge from gcc:
2010-05-18 Steven Bosscher <steven AT gcc.gnu.org>
* configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
* configure: Regenerate.
2010-05-07 Steven Bosscher <steven AT gcc.gnu.org>
* configure.ac (--enable-lto): Add x86_64-apple-darwin* as
a platform that supports LTO.
* configure: Regenerate.
2010-04-27 Dave Korn <dave.korn.cygwin AT gmail.com>
PR lto/42776
* configure.ac (--enable-lto): Refactor handling so libelf tests
are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
and allow LTO to be explicitly enabled on non-ELF platforms that
are known to support it inside else-clause.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com> + + Merge from gcc: + + 2010-05-18 Steven Bosscher <steven@gcc.gnu.org> + * configure.ac (--enable-lto): All *-apple-darwin* now support LTO. + * configure: Regenerate. + + 2010-05-07 Steven Bosscher <steven@gcc.gnu.org> + * configure.ac (--enable-lto): Add x86_64-apple-darwin* as + a platform that supports LTO. + * configure: Regenerate. + + 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com> + PR lto/42776 + * configure.ac (--enable-lto): Refactor handling so libelf tests + are only performed inside then-clause of ACX_ELF_TARGET_IFELSE, + and allow LTO to be explicitly enabled on non-ELF platforms that + are known to support it inside else-clause. + * configure: Regenerate. + 2010-04-27 Roland McGrath <roland@redhat.com> H.J. Lu <hongjiu.lu@intel.com> |