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.
* Martin Michlmayr [2016-01-21 21:09]:
> * 13: test suite failures (segfaults and similar); not clear if the
> package or if GCC is at fault.
Rene Engelhard pointed me to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69327
which might explain some of these segfaults.
--
Martin Michlmayr
Linux
On 2016.01.22 at 11:27 -0800, Martin Michlmayr wrote:
> * Martin Michlmayr [2016-01-21 21:09]:
> > * 13: test suite failures (segfaults and similar); not clear if the
> > package or if GCC is at fault.
>
> Rene Engelhard pointed me to
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69327
> whic