Commit 8e80c4d4 by Nathan Sidwell Committed by Nathan Sidwell

* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.

From-SVN: r234083
parent 5828a501
2016-03-09 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
* config/i386/i386.c (processor_target_table): Fix cost table
......
......@@ -164,11 +164,6 @@ nvptx_option_override (void)
/* The stabs testcases want to know stabs isn't supported. */
sorry ("stabs debug format not supported");
/* Actually we don't have any debug format, but don't be
unneccesarily noisy. */
write_symbols = NO_DEBUG;
debug_info_level = DINFO_LEVEL_NONE;
if (nvptx_optimize < 0)
nvptx_optimize = optimize > 0;
......
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