summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2010-06-10 16:01:32 +0000
committerPaolo Bonzini <bonzini@gnu.org>2010-06-10 16:01:32 +0000
commitc55d7b731113a1a49d483677d7a0dd8c91b4b31d (patch)
tree2af2763ab7eaa7afca0293f8291a5b481f94234f /config/ChangeLog
parent3ef4e131f7370d209e5da3d2c020d5067ea02927 (diff)
downloadgdb-c55d7b731113a1a49d483677d7a0dd8c91b4b31d.tar.gz
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 e0561d2f142..27f49c2ee6a 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>