diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2008-02-11 15:10:34 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-02-11 15:10:34 +0100 |
commit | 40049ccc9f23773b00d57c250f7cc06608521940 (patch) | |
tree | 2daeddaf47f28c1a4e21b757a0b1c9e928aa606d /gcc | |
parent | 7eed349eb9f79c44486dd9a3cbfcf3247ea909d9 (diff) | |
download | gcc-40049ccc9f23773b00d57c250f7cc06608521940.zip gcc-40049ccc9f23773b00d57c250f7cc06608521940.tar.gz gcc-40049ccc9f23773b00d57c250f7cc06608521940.tar.bz2 |
ChangeLog: Move entry from here ...
* ChangeLog: Move entry from here ...
* gcc/ChangeLog: ... to here.
From-SVN: r132239
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d5f7b4f..32607e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2008-02-11 Kai Tietz <kai.tietz@onevision.com> - * config/i386/cygwin.asm: (__alloca): Correct calling + * config/i386/cygwin.asm: (__alloca): Correct calling convention and alignment. (__chkstk): Force 8 byte stack alignment. @@ -11,6 +11,13 @@ * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of the zero we compare against. +2008-02-10 Danny Smith <dannysmith@users.sourceforge.net> + + PR libfortran/35063 + * gthr-win32.h (__gthread_mutex_destroy_function): New function + to CloseHandle after unlocking to prevent accumulation of handle + count. + 2008-02-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR middle_end/34150 |