* varasm.c: Include real.h before output.h.
From-SVN: r55010
This commit is contained in:
parent
6e1f54e224
commit
c7836bcd97
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue