diff options
author | Dave Korn <dave.korn@artimi.com> | 2010-11-03 14:27:06 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2010-11-03 14:27:06 +0000 |
commit | 74cea91bbb82d5e4afa212b67eaf53710fd99dcd (patch) | |
tree | 36bd6d03efb562cab591c81dc7ddf59f00834d3f /ChangeLog | |
parent | dbc98a8b6eb97ea7315e04103cdfec5add47f3c4 (diff) | |
download | gdb-74cea91bbb82d5e4afa212b67eaf53710fd99dcd.zip gdb-74cea91bbb82d5e4afa212b67eaf53710fd99dcd.tar.gz gdb-74cea91bbb82d5e4afa212b67eaf53710fd99dcd.tar.bz2 |
Sync from gcc/
PR lto/46273
* configure.ac: Remove libelf tests. Build lto-plugin on ELF always
and on other supported platforms whenever LTO is enabled.
* configure: Rebuild.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-11-03 Ian Lance Taylor <iant@google.com> + Dave Korn <dave.korn.cygwin@gmail.com> + + PR lto/46273 + * configure.ac: Remove libelf tests. Build lto-plugin on ELF always + and on other supported platforms whenever LTO is enabled. + * configure: Rebuild. + 2010-11-02 Alan Modra <amodra@gmail.com> PR binutils/12110 |