diff mbox series

Install cp/operators.def as part of plugin headers

Message ID boris.20171107172104@codesynthesis.com
State New
Headers show
Series Install cp/operators.def as part of plugin headers | expand

Commit Message

Boris Kolpackov Nov. 7, 2017, 3:31 p.m. UTC
Hi,

cp/cp-tree.h now includes operators.def which means it has to be installed
as part of the plugin headers. The below patch addresses this (copyright
assignment is on file).

Thanks,
Boris

gcc/cp/ChangeLog:

2017-11-07 Boris Kolpackov  <boris@codesynthesis.com>

	* Make-lang.in (CP_PLUGIN_HEADERS): Add operators.def since included
	in cp-tree.h.

Comments

Nathan Sidwell Nov. 7, 2017, 10:49 p.m. UTC | #1
On 11/07/2017 10:31 AM, Boris Kolpackov wrote:

> 2017-11-07 Boris Kolpackov  <boris@codesynthesis.com>
> 
> 	* Make-lang.in (CP_PLUGIN_HEADERS): Add operators.def since included
> 	in cp-tree.h.

Applied, thanks.
diff mbox series

Patch

diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index a46845c0c53..c852f6a38b4 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -39,7 +39,7 @@  CXX_INSTALL_NAME := $(shell echo c++|sed '$(program_transform_name)')
 GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
 CXX_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo c++|sed '$(program_transform_name)')
 GXX_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo g++|sed '$(program_transform_name)')
-CP_PLUGIN_HEADERS := cp-tree.h cxx-pretty-print.h name-lookup.h type-utils.h
+CP_PLUGIN_HEADERS := cp-tree.h cxx-pretty-print.h name-lookup.h type-utils.h operators.def
 
 #^L
 # Define the names for selecting c++ in LANGUAGES.