diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-04 18:42:50 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-04 18:42:50 +0000 |
commit | db7c8f2a08c7cd93e83d22de940e2b87a99704e2 (patch) | |
tree | 41404f9e1d751c449ad09ce30f02579a291e5e01 /gcc/dumpfile.c | |
parent | b7ba1683bd64a4f9a3eb34525a390d79e2dbb7a5 (diff) | |
download | gcc-db7c8f2a08c7cd93e83d22de940e2b87a99704e2.tar.gz |
2012-10-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 192095 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@192098 138bc75d-0d04-0410-961f-82ee72b054a4
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}, |