* gcc-interface/gigi.h: Move around comment.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Jul 2011 07:33:09 +0000 (07:33 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Jul 2011 07:33:09 +0000 (07:33 +0000)
From-SVN: r176307

gcc/ada/ChangeLog
gcc/ada/gcc-interface/gigi.h

index 7abc04105aabc5f95d040e7846b4f384d1ba691b..a09a79aa0c0c3e584f26d9de06e9ff9112e16d5c 100644 (file)
@@ -3,6 +3,8 @@
        PR ada/48711
        * g-socthi-mingw.adb (Fill): Fix formatting.
 
+       * gcc-interface/gigi.h: Move around comment.
+
 2011-07-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR ada/46350
index 8ef609796fb16ec24255bfbc12d2c6cd39dcbeb3..3833d01499273c3f7fabf797ef5f93469918e4b0 100644 (file)
@@ -934,14 +934,12 @@ extern int fp_prec_to_size (int prec);
 /* Return the precision of the FP mode with size SIZE.  */
 extern int fp_size_to_prec (int size);
 
-/* These functions return the basic data type sizes and related parameters
-   about the target machine.  */
-
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+/* These functions return the basic data type sizes and related parameters
+   about the target machine.  */
 extern Pos get_target_bits_per_unit (void);
 extern Pos get_target_bits_per_word (void);
 extern Pos get_target_char_size (void);