diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-05-26 05:16:30 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-05-26 05:16:30 +0000 |
commit | e6da849392e3f2052ccfb110760bf12a3935ead3 (patch) | |
tree | f286057fbaaa483e1fabb52e3daf075e8e0f3652 /ChangeLog | |
parent | df91c7baabb0e5116613ff6cf5f374cf82495c60 (diff) | |
download | gdb-e6da849392e3f2052ccfb110760bf12a3935ead3.tar.gz |
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
diff --git a/ChangeLog b/ChangeLog index 4deac01b2f5..5276f2596fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> |