https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115300

Alexey <alexey.lapshin at espressif dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexey.lapshin at espressif 
dot co
                   |                            |m

--- Comment #4 from Alexey <alexey.lapshin at espressif dot com> ---
Same issue here. I exclude auto-exported symbols from the split insn-emit-*.o
objects (insn-emit-1.o through insn-emit-N.o). They contribute many symbols
that plugins probably do not need. Patch attached for anyone interested. Tested
on RISC-V; other targets may need additional exclusions for symbols that are
not part of GCC's plugin API.

Reply via email to