Skip to content

Commit

Permalink
Include insn-opinit.h in PLUGIN_H [PR110610]
Browse files Browse the repository at this point in the history
This patch fixes PR110610 by including insn-opinit.h in the INTERNAL_FN_H list,
as insn-opinit.h is now required by internal-fn.h. This will lead to
insn-opinit.h being installed in the plugin directory.

gcc/ChangeLog:

	PR plugins/110610
	* Makefile.in (INTERNAL_FN_H): Add insn-opinit.h.
  • Loading branch information
avieira-arm committed Jul 17, 2023
1 parent 08b99fe commit caabf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ READ_MD_H = $(OBSTACK_H) $(HASHTAB_H) read-md.h
BUILTINS_DEF = builtins.def sync-builtins.def omp-builtins.def \
gtm-builtins.def sanitizer.def
INTERNAL_FN_DEF = internal-fn.def
INTERNAL_FN_H = internal-fn.h $(INTERNAL_FN_DEF)
INTERNAL_FN_H = internal-fn.h $(INTERNAL_FN_DEF) insn-opinit.h
TREE_CORE_H = tree-core.h $(CORETYPES_H) all-tree.def tree.def \
c-family/c-common.def $(lang_tree_files) \
$(BUILTINS_DEF) $(INPUT_H) statistics.h \
Expand Down

0 comments on commit caabf09

Please sign in to comment.