This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug debug/18242] [4.0 Regression] Dignostic for unsupported debugformat is incorrect


Committed as obvious

2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>

        PR debug/18242
        * toplev.c (debug_type_names): Remove "dwarf-1".

Index: toplev.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/toplev.c,v
retrieving revision 1.929
diff -u -r1.929 toplev.c
--- toplev.c 16 Oct 2004 00:57:01 -0000 1.929
+++ toplev.c 2 Nov 2004 02:39:37 -0000
@@ -1162,7 +1162,7 @@
 /* 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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]