aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-08-24 10:57:03 +0100
committerPedro Alves <palves@redhat.com>2015-08-24 10:57:03 +0100
commitcfe101c6a8227b6b97ed2da85895db7d6083bfa6 (patch)
treece7d9b952d114d058be5df0ba0fa7a66511c4adc /binutils/ChangeLog
parentb83035f1f61c8749983aef1f51162947a284827d (diff)
downloadgdb-cfe101c6a8227b6b97ed2da85895db7d6083bfa6.zip
gdb-cfe101c6a8227b6b97ed2da85895db7d6083bfa6.tar.gz
gdb-cfe101c6a8227b6b97ed2da85895db7d6083bfa6.tar.bz2
Missing parts of fixes for in-tree libiconv
(Commit d23d1dff missed pushing the config/iconv.m4 change, and to regenerate binutils' configure.) Original description: This is the second in a series of patches to make a build with an in-tree GNU libiconv work as designed. Currently GDB is the only toolchain component which actually uses an in-tree libiconv. This patch modifies the common AM_ICONV to use an in-tree libiconv when present and not already provided by libc. (GDB's workaround uses an in-tree libiconv even when libc provides iconv(3); I'm not sure when or why that would be desirable.) config/ChangeLog: 2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com> * iconv.m4 (AM_ICONV_LINK): Use in-tree libiconv when present. binutils/ChangeLog: 2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com> * configure: Regenerate.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index caa0829..004d9a3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
+
+ * configure: Regenerate.
+
2015-08-17 Alan Modra <amodra@gmail.com>
* configure: Regenerate.