diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 9cb7ac1..1e41ab1 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -29,40 +29,39 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "target.h" #include "rtl.h" -#include "alias.h" #include "tree.h" +#include "predict.h" +#include "tm_p.h" +#include "stringpool.h" +#include "expmed.h" +#include "insn-config.h" +#include "regs.h" +#include "emit-rtl.h" +#include "cgraph.h" +#include "diagnostic-core.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "stringpool.h" #include "varasm.h" #include "flags.h" -#include "insn-config.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "stmt.h" #include "expr.h" -#include "regs.h" #include "output.h" -#include "diagnostic-core.h" #include "langhooks.h" -#include "tm_p.h" #include "debug.h" -#include "target.h" #include "common/common-target.h" #include "targhooks.h" -#include "cgraph.h" #include "asan.h" #include "rtl-iter.h" #include "tree-chkp.h" #ifdef XCOFF_DEBUGGING_INFO -#include "xcoffout.h" /* Needed for external data - declarations for e.g. AIX 4.x. */ +#include "xcoffout.h" /* Needed for external data declarations. */ #endif /* The (assembler) name of the first globally-visible object output. */ |