https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83838
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2018-01-14
Ever confirmed|0 |1
--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
There are
/* Only recent versions of Solaris 11 ld properly support hidden .gnu.linkonce
sections, so don't use them. */
#ifndef USE_GLD
#define USE_HIDDEN_LINKONCE 0
#endif
But GCC generates comdat:
.section
.text.__x86_indirect_thunk,"axG",@progbits,__x86_indirec
t_thunk,comdat
.globl __x86_indirect_thunk
.hidden __x86_indirect_thunk
.type __x86_indirect_thunk, @function
Does Solaris ld support comdat?