Commit 6c882425 by Richard Kenner

(output_prolog): Test TARGET_WINDOWS_NT, not WINDOWS_NT.

From-SVN: r12111
parent e7a2eff8
...@@ -1652,7 +1652,7 @@ output_prolog (file, size) ...@@ -1652,7 +1652,7 @@ output_prolog (file, size)
break; break;
} }
if (WINDOWS_NT == 0) if (TARGET_WINDOWS_NT == 0)
{ {
if (alpha_function_needs_gp) if (alpha_function_needs_gp)
fprintf (file, "\tldgp $29,0($27)\n"); fprintf (file, "\tldgp $29,0($27)\n");
......
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