OSDN Git Service

* varasm.c: Include real.h before output.h.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2002 15:16:01 +0000 (15:16 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2002 15:16:01 +0000 (15:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55010 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/varasm.c

index 6e9c6bd..ff315e5 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
 2002-06-26  Aldy Hernandez  <aldyh@redhat.com>
 
         * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to
index 1b35811..435f6f7 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 "expr.h"
 #include "hard-reg-set.h"
 #include "regs.h"
-#include "output.h"
 #include "real.h"
 #include "real.h"
+#include "output.h"
 #include "toplev.h"
 #include "hashtab.h"
 #include "c-pragma.h"
 #include "toplev.h"
 #include "hashtab.h"
 #include "c-pragma.h"