Commit efa89fb3 by Richard Stallman

(main): Really accept -gstabs+.

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