Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-28 00:22:49 +0400
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-09-28 00:22:49 +0400
commitce28ff6b820ea27fa252143f24dc6a8201f5920f (patch)
treeb3a853c2887ba60ca85ad4bddada432e5f737608 /ChangeLog
parent89c1b9c7ee5059316bd847b4ea9fc24379af5842 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bfa99234..263c1f744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Sync from GCC:
+
+ PR bootstrap/44621
+ * configure.ac: Fix unportable shell quoting.
+ * configure: Regenerate.
+
2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/44862