diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 12:06:26 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-07 12:06:26 +0000 |
commit | f169838ac346df666209dc62686101b3eb34c37a (patch) | |
tree | 18cf2a273c175c85d0c89d3ab4047148ae70b05f /config | |
parent | 7bbe35d80a621c1cf198e59e464b486f95634c00 (diff) | |
download | gcc-f169838ac346df666209dc62686101b3eb34c37a.tar.gz |
2011-02-02 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged as suggest by Andread Schwab
http://gcc.gnu.org/ml/gcc/2011-02/msg00099.html
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169879 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 83eab40cc3e..d7e953f1c3b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -99,8 +99,8 @@ 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 + * 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. @@ -382,7 +382,7 @@ PR bootstrap/32009 * mh-ppc-darwin (BOOT_CFLAGS): Reenable. - + 2008-01-08 Jakub Jelinek <jakub@redhat.com> * futex.m4: New file. @@ -456,7 +456,7 @@ * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross builds. - + 2007-06-20 Mike Stump <mrs@apple.com> * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. @@ -481,7 +481,7 @@ 2007-04-11 Kai Tietz <kai.tietz@onevision.com> - * stdint.m4: Make template compatible with older cygwin + * stdint.m4: Make template compatible with older cygwin types.h, wrapping each type in a __XXX_t_defined #ifdef. 2007-03-26 H.J. Lu <hongjiu.lu@intel.com> @@ -585,7 +585,8 @@ 2006-07-25 Paolo Bonzini <bonzini@gnu.org> PR build/26188 - * stdint.m4: Test for uintptr_t even on systems with uint64_t or uint32_t. + * stdint.m4: Test for uintptr_t even on systems with uint64_t + or uint32_t. 2006-07-21 Steve Ellcey <sje@cup.hp.com> |