aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx/nvptx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/nvptx/nvptx.c')
-rw-r--r--gcc/config/nvptx/nvptx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c
index 1672426ea3c..b088cf89bb9 100644
--- a/gcc/config/nvptx/nvptx.c
+++ b/gcc/config/nvptx/nvptx.c
@@ -160,10 +160,6 @@ nvptx_option_override (void)
/* Assumes that it will see only hard registers. */
flag_var_tracking = 0;
- if (write_symbols == DBX_DEBUG)
- /* The stabs testcases want to know stabs isn't supported. */
- sorry ("stabs debug format not supported");
-
if (nvptx_optimize < 0)
nvptx_optimize = optimize > 0;