summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:22:45 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-27 20:22:45 +0000
commit8f12d6cd84773dc22d1e7b3ec36c0e8d91fcd188 (patch)
treef90f74193df69c3b49d425df62936973a59bd470 /config/ChangeLog
parent497c3ac470e706d65f8c27931b29e9069163fafe (diff)
downloadgdb-8f12d6cd84773dc22d1e7b3ec36c0e8d91fcd188.tar.gz
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 6fdf36cb691..4b5a427768d 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