aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/gigi.h
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/gigi.h
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/gigi.h')
-rw-r--r--gcc/ada/gcc-interface/gigi.h3
1 files changed, 0 insertions, 3 deletions
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