From 8f49f0f1992ab332579431968f56d32bca636ce1 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 2 Nov 2004 02:41:36 +0000 Subject: re PR debug/18242 (Dignostic for unsupported debug format is incorrect) PR debug/18242 * toplev.c (debug_type[_names): Remove "dwarf-1". From-SVN: r89977 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index a7fd75a..afc43f8 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1162,7 +1162,7 @@ decode_d_option (const char *arg) /* Indexed by enum debug_info_type. */ const char *const debug_type_names[] = { - "none", "stabs", "coff", "dwarf-1", "dwarf-2", "xcoff", "vms" + "none", "stabs", "coff", "dwarf-2", "xcoff", "vms" }; /* Decode -m switches. */ -- cgit v1.1