diff options
Diffstat (limited to 'gcc/dwarf2cfi.c')
-rw-r--r-- | gcc/dwarf2cfi.c | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c index 1cfa6a7..e33b7f8 100644 --- a/gcc/dwarf2cfi.c +++ b/gcc/dwarf2cfi.c @@ -20,34 +20,33 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "target.h" +#include "function.h" +#include "rtl.h" +#include "tree.h" +#include "tree-pass.h" +#include "tm_p.h" +#include "expmed.h" +#include "insn-config.h" +#include "regs.h" /* expand_builtin_init_dwarf_reg_sizes */ +#include "emit-rtl.h" #include "version.h" #include "flags.h" -#include "rtl.h" #include "alias.h" -#include "tree.h" #include "stor-layout.h" -#include "function.h" #include "cfgbuild.h" #include "dwarf2.h" #include "dwarf2out.h" #include "dwarf2asm.h" -#include "tm_p.h" -#include "target.h" #include "common/common-target.h" -#include "tree-pass.h" #include "except.h" /* expand_builtin_dwarf_sp_column */ -#include "insn-config.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "varasm.h" #include "stmt.h" #include "expr.h" /* init_return_column_size */ -#include "regs.h" /* expand_builtin_init_dwarf_reg_sizes */ #include "output.h" /* asm_out_file */ #include "debug.h" /* dwarf2out_do_frame, dwarf2out_do_cfi_asm */ |