aboutsummaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:23:01 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:23:01 +0000
commit3cac54d21655df90eb20491148c0fa3b7ca7065f (patch)
tree970ec186d7b8f208dbde3fc5f84287e40f873649 /config/ChangeLog
parent987d643c0ff6c0d79d092b92fcf33d28673326d8 (diff)
downloadgdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.zip
gdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.tar.gz
gdb-3cac54d21655df90eb20491148c0fa3b7ca7065f.tar.bz2
Fix unportable shell quoting.
/: Sync from GCC: PR bootstrap/44621 * configure.ac: Fix unportable shell quoting. * configure: Regenerate. config/: * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. gold/: * configure: Regenerate. intl/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 6fdf36c..4b5a427 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
+
2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
PR target/45524