aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2010-10-10 13:25:19 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-10-10 13:25:19 +0000
commitb1607943813559574658ede69b4f20d7e7bd9b66 (patch)
tree4d435c55818da2c95ad3e4cae0e38b4a7da34121 /gcc/ada/gcc-interface/utils.c
parent658a41acf025369ccfad016080b615fe5091e63f (diff)
downloadgcc-b1607943813559574658ede69b4f20d7e7bd9b66.zip
gcc-b1607943813559574658ede69b4f20d7e7bd9b66.tar.gz
gcc-b1607943813559574658ede69b4f20d7e7bd9b66.tar.bz2
lang.opt (gdwarf+): Remove.
* gcc-interface/lang.opt (gdwarf+): Remove. * gcc-interface/gigi.h (get_parallel_type): Likewise * gcc-interface/misc.c (gnat_dwarf_extensions): Likewise. (gnat_handle_option): Remove OPT_gdwarfplus case. (gnat_post_options): Remove setting of use_gnu_debug_info_extensions from gnat_dwarf_extensions. * gcc-interface/trans.c (gigi): Remove -gdwarf+ initializations. * gcc-interface/utils.c (get_parallel_type): Remove. From-SVN: r165254
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r--gcc/ada/gcc-interface/utils.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c
index 6ee95b7..876556c 100644
--- a/gcc/ada/gcc-interface/utils.c
+++ b/gcc/ada/gcc-interface/utils.c
@@ -963,17 +963,6 @@ add_parallel_type (tree decl, tree parallel_type)
SET_DECL_PARALLEL_TYPE (d, parallel_type);
}
-/* Return the parallel type associated to a type, if any. */
-
-tree
-get_parallel_type (tree type)
-{
- if (TYPE_STUB_DECL (type))
- return DECL_PARALLEL_TYPE (TYPE_STUB_DECL (type));
- else
- return NULL_TREE;
-}
-
/* Utility function of above to merge LAST_SIZE, the previous size of a record
with FIRST_BIT and SIZE that describe a field. SPECIAL is true if this
represents a QUAL_UNION_TYPE in which case we must look for COND_EXPRs and