diff options
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 13c9f54..8c3a257 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -929,11 +929,6 @@ extern bool default_pass_by_ref (tree gnu_type); if it should be passed by reference. */ extern bool must_pass_by_ref (tree gnu_type); -/* This function is called by the front-end to enumerate all the supported - modes for the machine, as well as some predefined C types. */ -extern void enumerate_modes (void (*f) (const char *, int, int, int, int, int, - int)); - /* Return the size of the FP mode with precision PREC. */ extern int fp_prec_to_size (int prec); @@ -970,6 +965,11 @@ extern Nat get_target_strict_alignment (void); extern Nat get_target_double_float_alignment (void); extern Nat get_target_double_scalar_alignment (void); +/* This function is called by the front-end to enumerate all the supported + modes for the machine, as well as some predefined C types. */ +extern void enumerate_modes (void (*f) (const char *, int, int, int, int, int, + int)); + #ifdef __cplusplus } #endif |