re PR target/79260 (missing header files for plugins: arm-isa.h, arm-flags.h)
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 30 Jan 2017 14:39:50 +0000 (14:39 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Mon, 30 Jan 2017 14:39:50 +0000 (14:39 +0000)
PR target/79260
* config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
tm_p_file.
* arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.

From-SVN: r245029

gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/arm-protos.h

index 9339949a86ff7ae3142dda74c6d64ec182ca20ab..0afa34476c3c80df350a12ce5318047df791f054 100644 (file)
@@ -1,3 +1,10 @@
+2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
+
+       PR target/79260
+       * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
+       tm_p_file.
+       * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
+
 2017-01-30  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/79276
index 03b189497d86a4f217f87bbc46014fd08afd52e3..bc389eb45e71299fc0bdf80ea033bb5008ebdfa1 100644 (file)
@@ -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*-*-*)
index 1b1623917273b7f7d1708b2429fc6bdd0c1613ab..680a1e6236411c0e27888dc4379fe93ef2ed39e2 100644 (file)
@@ -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 *);