mirror of git://gcc.gnu.org/git/gcc.git
PR plugins/63410: Fix missing headers for plugins
gcc/ PR plugins/63410 * Makefile.in (PRETTY_PRINT_H): Add wide-int-print.h. (PLUGIN_HEADERS): Add pass-instances.def. From-SVN: r215727
This commit is contained in:
parent
b073d15fe5
commit
b355f52ed1
|
|
@ -1,3 +1,9 @@
|
|||
2014-09-30 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR plugins/63410
|
||||
* Makefile.in (PRETTY_PRINT_H): Add wide-int-print.h.
|
||||
(PLUGIN_HEADERS): Add pass-instances.def.
|
||||
|
||||
2014-09-30 James Greenhalgh <james.greenhalgh@arm.com>
|
||||
|
||||
* config/aarch64/aarch64-simd-builtins.def (sqdmull_laneq): Expand
|
||||
|
|
|
|||
|
|
@ -916,7 +916,7 @@ TREE_SSA_H = tree-ssa.h tree-ssa-operands.h \
|
|||
$(BITMAP_H) sbitmap.h $(BASIC_BLOCK_H) $(GIMPLE_H) \
|
||||
$(HASHTAB_H) $(CGRAPH_H) $(IPA_REFERENCE_H) \
|
||||
tree-ssa-alias.h
|
||||
PRETTY_PRINT_H = pretty-print.h $(INPUT_H) $(OBSTACK_H)
|
||||
PRETTY_PRINT_H = pretty-print.h $(INPUT_H) $(OBSTACK_H) wide-int-print.h
|
||||
TREE_PRETTY_PRINT_H = tree-pretty-print.h $(PRETTY_PRINT_H)
|
||||
GIMPLE_PRETTY_PRINT_H = gimple-pretty-print.h $(TREE_PRETTY_PRINT_H)
|
||||
DIAGNOSTIC_CORE_H = diagnostic-core.h $(INPUT_H) bversion.h diagnostic.def
|
||||
|
|
@ -3148,7 +3148,7 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
|
|||
tree-ssa-loop.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h \
|
||||
tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h \
|
||||
tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h \
|
||||
hash-set.h
|
||||
hash-set.h pass-instances.def
|
||||
|
||||
# generate the 'build fragment' b-header-vars
|
||||
s-header-vars: Makefile
|
||||
|
|
|
|||
Loading…
Reference in New Issue