diff options
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r-- | gcc/c-cppbuiltin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index fa4d9a1..89646a3 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -30,9 +30,9 @@ along with GCC; see the file COPYING3. If not see #include "c-pragma.h" #include "output.h" #include "except.h" /* For USING_SJLJ_EXCEPTIONS. */ -#include "debug.h" /* For dwarf2out_do_frame. */ +#include "debug.h" /* For dwarf2out_do_cfi_asm. */ #include "toplev.h" -#include "tm_p.h" /* Target prototypes. */ +#include "tm_p.h" /* For TARGET_CPU_CPP_BUILTINS & friends. */ #include "target.h" #ifndef TARGET_OS_CPP_BUILTINS |