aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorMarkus Trippelsdorf <markus@trippelsdorf.de>2014-04-03 11:33:17 +0100
committerNick Clifton <nickc@redhat.com>2014-04-03 11:33:17 +0100
commit92b1b67865c719e83d12578e584ca5e20d172eac (patch)
treee8d46fd9b5c907240e9dc5a95dbc66d99235fa1b /binutils/ChangeLog
parent965b60c9460bb63c3c6fbb749b6a2deb541f422f (diff)
downloadgdb-92b1b67865c719e83d12578e584ca5e20d172eac.zip
gdb-92b1b67865c719e83d12578e584ca5e20d172eac.tar.gz
gdb-92b1b67865c719e83d12578e584ca5e20d172eac.tar.bz2
This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins directory
and have it loaded by default (as long as the --target option isn't used). PR binutils/14698 ar.c: Set plugin_target early if plugins are supported. nm.c: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 8fc5f7f..931d9d0 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
+
+ PR binutils/14698
+ ar.c: Set plugin_target early if plugins are supported.
+ nm.c: Likewise.
+
2014-04-03 Tristan Gingold <gingold@adacore.com>
* od-macho.c (printf_uint64): New function.