aboutsummaryrefslogtreecommitdiff
path: root/gcc/dumpfile.h
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-10-04 10:51:31 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2012-10-04 10:51:31 +0200
commit3b78de5632a6612d5b443345ae728060fed71a13 (patch)
treea694463ed7d1b4928ebd657f78a634e247a46cdb /gcc/dumpfile.h
parentaef3607fef6a00ff80b36cc096f5f29db2c964e1 (diff)
downloadgcc-3b78de5632a6612d5b443345ae728060fed71a13.zip
gcc-3b78de5632a6612d5b443345ae728060fed71a13.tar.gz
gcc-3b78de5632a6612d5b443345ae728060fed71a13.tar.bz2
dumpfile.h, dumpfile.c: Remove TDI_ada.
2012-10-04 Arnaud Charlet <charlet@adacore.com> * dumpfile.h, dumpfile.c: Remove TDI_ada. c-family/ * c-ada-spec.c (print_ada_declaration): Remove handling of TDF_RAW. * c.opt (-fdump-ada-spec, -fdump-ada-spec-slim): Move switch definition out of dumpfile.h. c/ * c-decl.c (c_write_global_declarations): Fix handling of -fdump-ada-spec*. cp/ * decl2.c (cp_write_global_declarations): Fix handling of -fdump-ada-spec*. From-SVN: r192067
Diffstat (limited to 'gcc/dumpfile.h')
-rw-r--r--gcc/dumpfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index cbaf47d..87a2c72 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -37,7 +37,6 @@ enum tree_dump_index
TDI_nested, /* dump each function after unnesting it */
TDI_vcg, /* create a VCG graph file for each
function's flowgraph. */
- TDI_ada, /* dump declarations in Ada syntax. */
TDI_tree_all, /* enable all the GENERIC/GIMPLE dumps. */
TDI_rtl_all, /* enable all the RTL dumps. */
TDI_ipa_all, /* enable all the IPA dumps. */