From b1607943813559574658ede69b4f20d7e7bd9b66 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Sun, 10 Oct 2010 13:25:19 +0000 Subject: 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 --- gcc/ada/gcc-interface/gigi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ada/gcc-interface/gigi.h') diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 2fa2a07..d529e78 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -509,9 +509,6 @@ extern void rest_of_record_type_compilation (tree record_type); /* Append PARALLEL_TYPE on the chain of parallel types for decl. */ extern void add_parallel_type (tree decl, tree parallel_type); -/* Return the parallel type associated to a type, if any. */ -extern tree get_parallel_type (tree type); - /* Return a FUNCTION_TYPE node. RETURN_TYPE is the type returned by the subprogram. If it is VOID_TYPE, then we are dealing with a procedure, otherwise we are dealing with a function. PARAM_DECL_LIST is a list of -- cgit v1.1