summaryrefslogtreecommitdiff
path: root/gcc/ada/gigi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gigi.h')
-rw-r--r--gcc/ada/gigi.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/ada/gigi.h b/gcc/ada/gigi.h
index 49d8533c8c9..82848532b05 100644
--- a/gcc/ada/gigi.h
+++ b/gcc/ada/gigi.h
@@ -6,7 +6,7 @@
* *
* C Header File *
* *
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
* *
* Copyright (C) 1992-2001 Free Software Foundation, Inc. *
* *
@@ -34,18 +34,6 @@
/* Declare all functions and types used by gigi. */
-/* Decode all the language specific options that cannot be decoded by GCC. The
- option decoding phase of GCC calls this routine on the flags that it cannot
- decode. This routine returns 1 if it is successful, otherwise it
- returns 0. */
-extern int gnat_decode_option PARAMS ((int, char **));
-
-/* Perform all initialization steps for option processing. */
-extern void gnat_init_options PARAMS ((void));
-
-/* Perform all the initialization steps that are language-specific. */
-extern void gnat_init PARAMS ((void));
-
/* See if DECL has an RTL that is indirect via a pseudo-register or a
memory location and replace it with an indirect reference if so.
This improves the debugger's ability to display the value. */
@@ -68,9 +56,6 @@ extern tree make_transform_expr PARAMS ((Node_Id));
here that a __builtin_setjmp was done to BUF. */
extern void update_setjmp_buf PARAMS ((tree));
-/* Get the alias set corresponding to a type or expression. */
-extern HOST_WIDE_INT gnat_get_alias_set PARAMS ((tree));
-
/* GNU_TYPE is a type. Determine if it should be passed by reference by
default. */
extern int default_pass_by_ref PARAMS ((tree));