diff options
Diffstat (limited to 'gcc/dumpfile.c')
-rw-r--r-- | gcc/dumpfile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index 92d1409be08..2f610b6c259 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -57,8 +57,7 @@ static struct dump_file_info dump_files[TDI_end] = 0, 0, 0, 5}, {".vcg", "tree-vcg", NULL, NULL, NULL, NULL, NULL, TDF_TREE, 0, 0, 0, 6}, - {".ads", "ada-spec", NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 7}, -#define FIRST_AUTO_NUMBERED_DUMP 8 +#define FIRST_AUTO_NUMBERED_DUMP 7 {NULL, "tree-all", NULL, NULL, NULL, NULL, NULL, TDF_TREE, 0, 0, 0, 0}, |