PR gcov-profile/52627
* libgcov.c (init_mx): Fix mutex name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185569
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-03-20 Richard Guenther <rguenther@suse.de>
+
+ PR gcov-profile/52627
+ * libgcov.c (init_mx): Fix mutex name.
+
2012-03-16 Tristan Gingold <gingold@adacore.com>
* config/ia64/vms-unwind.h: Remove ulong (and replace
static void
init_mx (void)
{
- __GTHREAD_MUTEX_INIT_FUNCTION (&mx);
+ __GTHREAD_MUTEX_INIT_FUNCTION (&__gcov_flush_mx);
}
static void
init_mx_once (void)