Commit 03b28f88 by Richard Kenner

(main): Re-enable -gxcoff+.

From-SVN: r12247
parent 72832685
......@@ -3871,6 +3871,8 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
write_symbols = XCOFF_DEBUG;
else if (!strncmp (str, "gxcoff", len))
write_symbols = XCOFF_DEBUG;
else if (!strncmp (str, "gxcoff+", len))
write_symbols = XCOFF_DEBUG;
/* Always enable extensions for -ggdb or -gxcoff+,
always disable for -gxcoff.
......
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