Commit 07c9463a by John David Anglin Committed by John David Anglin

re PR middle-end/38283 (FAIL: libgomp.fortran/pr25162.f)

	PR middle-end/38283
	* varasm.c (emutls_finish): Fix common registration.

From-SVN: r142293
parent 7a41bdc8
2008-11-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/38283
* varasm.c (emutls_finish): Fix common registration.
2008-11-29 Jakub Jelinek <jakub@redhat.com>
PR target/29987
......@@ -449,7 +449,7 @@ emutls_common_1 (void **loc, void *xstmts)
void
emutls_finish (void)
{
if (!targetm.emutls.register_common)
if (targetm.emutls.register_common)
{
tree body = NULL_TREE;
......
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