re PR debug/18242 (Dignostic for unsupported debug format is incorrect)
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 2 Nov 2004 02:41:36 +0000 (02:41 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Tue, 2 Nov 2004 02:41:36 +0000 (02:41 +0000)
PR debug/18242
* toplev.c (debug_type[_names): Remove "dwarf-1".

From-SVN: r89977

gcc/ChangeLog
gcc/toplev.c

index 779da120ce65005b097c4b120a0153bc401178de..e5d29588ede72df3e31a0df75be5c3f6b731ab91 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       PR debug/18242
+       * toplev.c (debug_type_names): Remove "dwarf-1".
+
 2004-11-02  Ben Elliston  <bje@au.ibm.com>
 
        * timevar.h (timevar_get): Remove. 
index a7fd75aa3057652a22d167e1f6ec8d8179698cd3..afc43f8717017a5b951f91b20377a5f9335952f0 100644 (file)
@@ -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.  */