This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFA: Add GCC Runtime Library Exception to include/plugin-api.h
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Cary Coutant <ccoutant at gmail dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: Fri, 22 Jan 2016 06:42:29 -0800
- Subject: RFA: Add GCC Runtime Library Exception to include/plugin-api.h
- Authentication-results: sourceware.org; auth=none
include/plugin-api.h defines an ABI between linker and compiler,
which can be used to implement linker plug-in by any compilers.
I'd like to add GCC Runtime Library Exception to include/plugin-api.h
so that the linker plug-in can have non-GPL licenses.
Thanks.
--
H.J.