IA MCU psABI support: changes to libraries
[gcc.git] / gcc / realmpfr.c
index d55648a9caf4a97ea3628c74b86db5ee0715ba6f..d86f23aeeadf3bb025b3d47db8c732a6e070ea6d 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion routines from GCC internal float representation to MPFR.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
 #include "system.h"
 #include "coretypes.h"
 #include "realmpfr.h"
+#include "alias.h"
+#include "symtab.h"
+#include "options.h"
 #include "tree.h"      /* For TYPE_MODE in real_from_mpfr.  */
+#include "stor-layout.h"
 
 /* Convert from REAL_VALUE_TYPE to MPFR.  The caller is responsible
    for initializing and clearing the MPFR parameter.  */