mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-16 02:49:45 +08:00
re PR target/79260 (missing header files for plugins: arm-isa.h, arm-flags.h)
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
This commit is contained in:
parent
357a7731e9
commit
bdef2c4ea8
@ -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
|
||||
|
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user