diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2013-05-24 09:40:28 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-24 09:40:28 +0000 |
commit | df09b22cf9e06a2b1c429161297c7c0ac1d5f194 (patch) | |
tree | 12f4a2f0a23773760691343fad2addd89912572a /gcc/ada/gcc-interface/gigi.h | |
parent | 0e24192cc9ae888874557a6caeace67131724c03 (diff) | |
download | gcc-df09b22cf9e06a2b1c429161297c7c0ac1d5f194.zip gcc-df09b22cf9e06a2b1c429161297c7c0ac1d5f194.tar.gz gcc-df09b22cf9e06a2b1c429161297c7c0ac1d5f194.tar.bz2 |
gigi.h (gnat_init_gcc_fp): Declare.
* gcc-interface/gigi.h (gnat_init_gcc_fp): Declare.
* gcc-interface/trans.c (gigi): Call it.
* gcc-interface/misc.c (gnat_init_gcc_fp): New function.
From-SVN: r199287
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 5dee7b56..e2cc146 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -502,7 +502,13 @@ extern tree get_block_jmpbuf_decl (void); for location information and flag propagation. */ extern void gnat_pushdecl (tree decl, Node_Id gnat_node); +/* Initialize the GCC support for exception handling. */ extern void gnat_init_gcc_eh (void); + +/* Initialize the GCC support for floating-point operations. */ +extern void gnat_init_gcc_fp (void); + +/* Install the builtin functions we might need. */ extern void gnat_install_builtins (void); /* Return an integer type with the number of bits of precision given by |