aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-02 02:41:36 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2004-11-02 02:41:36 +0000
commit8f49f0f1992ab332579431968f56d32bca636ce1 (patch)
treebca3a13aef06cedb2a2443a7817880fe5e47d2ac /gcc
parent0537bf15039181ffd1be68695806ddc545d22331 (diff)
downloadgcc-8f49f0f1992ab332579431968f56d32bca636ce1.zip
gcc-8f49f0f1992ab332579431968f56d32bca636ce1.tar.gz
gcc-8f49f0f1992ab332579431968f56d32bca636ce1.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/toplev.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 779da12..e5d2958 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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. */