aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-03-30 21:34:41 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-03-30 21:34:41 +0000
commit5662a50dd8c7116df0ad182ce6792dfeeb0f72aa (patch)
treea32675b4b0676ecaf92e279e2a53b3c5bc54c1b2 /gcc/ada
parentb131a44e3d148ee2ff71280e3e2542b87a40d2bd (diff)
downloadgcc-5662a50dd8c7116df0ad182ce6792dfeeb0f72aa.zip
gcc-5662a50dd8c7116df0ad182ce6792dfeeb0f72aa.tar.gz
gcc-5662a50dd8c7116df0ad182ce6792dfeeb0f72aa.tar.bz2
tree.def (FILE_TYPE): Removed.
gcc: * tree.def (FILE_TYPE): Removed. * typeclass.h (enum type_class): Removed file_type_class. * dwarf2out.c (is_base_type): Updated. (gen_type_die): Likewise. * dbxout.c (dbxout_type): Updated. * builtins.c (type_to_class): Updated. * tree.c (type_contains_placeholder_1): Updated. * config/sparc/sparc.c (sparc_type_code): Updated. * config/ia64/ia64.c (hfa_element_mode): Updated. * expr.c (count_type_elements): Updated. * stor-layout.c (layout_type): Updated. * tree-inline.c (remap_type): Updated. * tree-pretty-print.c (dump_generic_node): Updated. gcc/java: * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE. From-SVN: r97282
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/decl.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index b36fc5b..035d831 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-30 Tom Tromey <tromey@redhat.com>
+
+ * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.
+
2005-03-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* adaint.c (_gnat_set_close_on_exec): Mark parameters unused.
diff --git a/gcc/ada/decl.c b/gcc/ada/decl.c
index 9d2e8fe..5f53e19 100644
--- a/gcc/ada/decl.c
+++ b/gcc/ada/decl.c
@@ -6402,7 +6402,6 @@ gnat_substitute_in_type (tree t, tree f, tree r)
case OFFSET_TYPE:
case METHOD_TYPE:
- case FILE_TYPE:
case FUNCTION_TYPE:
case LANG_TYPE:
/* Don't know how to do these yet. */