http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51957

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-23 
10:51:39 UTC ---
To reject just .toc related SYMBOL_REFs, guess we'd need to set
#define SYMBOL_FLAG_TOC_SECTION (1 << SYMBOL_FLAG_MACH_DEP_SHIFT)
or so flag on the symbol refs when creating them and test it in the target
hook.

Reply via email to