@@ -571,7 +571,7 @@ x86_64-*-*)
tm_file="vxworks-dummy.h ${tm_file}"
;;
arm*-*-*)
- tm_p_file="${tm_p_file} arm/aarch-common-protos.h"
+ tm_p_file="arm/arm-flags.h arm/arm-isa.h ${tm_p_file} arm/aarch-common-protos.h"
tm_file="vxworks-dummy.h ${tm_file}"
;;
mips*-*-* | sh*-*-* | sparc*-*-*)
@@ -22,8 +22,6 @@
#ifndef GCC_ARM_PROTOS_H
#define GCC_ARM_PROTOS_H
-#include "arm-flags.h"
-#include "arm-isa.h"
#include "sbitmap.h"
extern enum unwind_info_type arm_except_unwind_info (struct gcc_options *);