diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -37,7 +37,7 @@ static void set_Wstrict_aliasing (struct gcc_options *opts, int onoff); /* Indexed by enum debug_info_type. */ const char *const debug_type_names[] = { - "none", "stabs", "coff", "dwarf-2", "xcoff", "vms" + "none", "stabs", "dwarf-2", "xcoff", "vms" }; /* Parse the -femit-struct-debug-detailed option value @@ -2351,10 +2351,6 @@ common_handle_option (struct gcc_options *opts, loc); break; - case OPT_gcoff: - set_debug_level (SDB_DEBUG, false, arg, opts, opts_set, loc); - break; - case OPT_gdwarf: if (arg && strlen (arg) != 0) { |