Commit 40049ccc by Uros Bizjak

ChangeLog: Move entry from here ...

	* ChangeLog: Move entry from here ...
	* gcc/ChangeLog: ... to here.

From-SVN: r132239
parent 7eed349e
2008-02-10 Danny Smith <dannysmith@users.sourceforge.net>
PR gcc/35063
* gthr-win32.h (__gthread_mutex_destroy_function): New function
to CloseHandle after unlocking to prevent accumulation of handle
count.
2008-02-02 Hans-Peter Nilsson <hp@axis.com> 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf. * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
...@@ -677,7 +670,7 @@ ...@@ -677,7 +670,7 @@
2007-02-17 Mark Mitchell <mark@codesourcery.com> 2007-02-17 Mark Mitchell <mark@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com>
Vladimir Prus <vladimir@codesourcery.com Vladimir Prus <vladimir@codesourcery.com>
Joseph Myers <joseph@codesourcery.com> Joseph Myers <joseph@codesourcery.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting. * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
......
...@@ -11,6 +11,13 @@ ...@@ -11,6 +11,13 @@
* tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
the zero we compare against. 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> 2008-02-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle_end/34150 PR middle_end/34150
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment