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:
authorPaolo Bonzini <pbonzini@redhat.com>2010-06-10 20:01:32 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2010-06-10 20:01:32 +0400
commitc947dcc1822d923b76607944d17cd43151165660 (patch)
tree0b1aad13d3079d69dbab5f35f4932d9ef111771d /config/ChangeLog
parent9f12743a8fa6efa50610e86a33fb3e1d37dee680 (diff)
sync changelog with gcc, plus commit the following patch:
2010-06-09 Iain Sandoe <iains@gcc.gnu.org> PR bootstrap/43170 * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test references. Move the main () test reference ahead of pthread_create(). Add a comment to explain the requirements of the test.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog28
1 files changed, 19 insertions, 9 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index e0561d2f1..27f49c2ee 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,25 +1,35 @@
+2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
+
+ PR bootstrap/43170
+ * tls.m4 (GCC_CHECK_TLS): Add volatile qualifier to the test
+ references. Move the main () test reference ahead of
+ pthread_create(). Add a comment to explain the requirements
+ of the test.
+
2010-06-03 Joern Rennecke <joern.rennecke@embecosm.com>
- Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
- Sync from GCC:
PR bootstrap/42798
* override.m4 (_AC_CHECK_DECL_BODY, _AC_CHECK_DECLS): Import
definitions from git Autoconf.
-2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-
- Sync from GCC:
+2010-04-13 Steve Ellcey <sje@cup.hp.com>
- 2010-04-13 Steve Ellcey <sje@cup.hp.com>
* elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms.
- 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+2010-03-23 Kai Tietz <kai.tietz@onevision.com>
+
+ * mh-mingw: Revert accidentally checking r156315.
+
+2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
* stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
corresponding macros already exist.
-2010-02-15 Nick Clifton <nickc@redhat.com>
+2010-01-02 Richard Guenther <rguenther@suse.de>
- * elf.m4: Import from gcc mainline.
+ PR lto/41529
+ * elf.m4: New file.
2009-11-30 Joseph Myers <joseph@codesourcery.com>