OSDN Git Service

PR debug/18242
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2004 02:41:36 +0000 (02:41 +0000)
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Nov 2004 02:41:36 +0000 (02:41 +0000)
* toplev.c (debug_type[_names): Remove "dwarf-1".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89977 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index 779da12..e5d2958 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 a7fd75a..afc43f8 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.  */