This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: plugin event for C/C++ declarations
I'll put together a patch using an inline function which checks a
plugin_loaded_p.
Brian
On Tue, Apr 27, 2010 at 8:29 AM, Richard Guenther
<richard.guenther@gmail.com> wrote:
> Thus, can we have -plugin binary-patch all call sites to NOPs
> by some fancy relocation like GNU_IFUNC? ?Or at least please
> have a global variable plugin_loaded_p and wrap the callback
> in an inline function.
>
> Thanks.