OSDN Git Service

* gcc-interface/gigi.h: Move around comment.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jul 2011 07:33:09 +0000 (07:33 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jul 2011 07:33:09 +0000 (07:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176307 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7abc041..a09a79a 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 8ef6097..3833d01 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);