diff options
author | Tom Tromey <tromey@redhat.com> | 2005-03-30 21:34:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-03-30 21:34:41 +0000 |
commit | 5662a50dd8c7116df0ad182ce6792dfeeb0f72aa (patch) | |
tree | a32675b4b0676ecaf92e279e2a53b3c5bc54c1b2 /gcc/dbxout.c | |
parent | b131a44e3d148ee2ff71280e3e2542b87a40d2bd (diff) | |
download | gcc-5662a50dd8c7116df0ad182ce6792dfeeb0f72aa.tar.gz |
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/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 271cc198403..92538b8ce10 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1932,11 +1932,6 @@ dbxout_type (tree type, int full) stabstr_S ("eFalse:0,True:1,;"); break; - case FILE_TYPE: - stabstr_C ('d'); - dbxout_type (TREE_TYPE (type), 0); - break; - case COMPLEX_TYPE: /* Differs from the REAL_TYPE by its new data type number. R3 is NF_COMPLEX. We don't try to use any of the other NF_* |