]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* varasm.c: Include real.h before output.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 26 Jun 2002 15:16:01 +0000 (15:16 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 26 Jun 2002 15:16:01 +0000 (15:16 +0000)
From-SVN: r55010

gcc/ChangeLog
gcc/varasm.c

index 6e9c6bd4c5923ca0295de2031216a1133c5d4ad5..ff315e51f25e073157856c91cc7b4e8ec775644d 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * varasm.c: Include real.h before output.h.
+
 2002-06-26  Aldy Hernandez  <aldyh@redhat.com>
 
         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to
index 1b358116bf84e83dd325b8668ed6ad03a764e925..435f6f759aa8fde30cd5fbad76e3f86b81f1f813 100644 (file)
@@ -36,8 +36,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "expr.h"
 #include "hard-reg-set.h"
 #include "regs.h"
-#include "output.h"
 #include "real.h"
+#include "output.h"
 #include "toplev.h"
 #include "hashtab.h"
 #include "c-pragma.h"