------- Comment #2 from dje at gcc dot gnu dot org 2006-08-04 13:58 -------
Glibc explicitly is placing the symbols in the linkonce section:
const unsigned long __strtol_ul_max_tab[] __attribute__ ((visibility
("hidden"))) __attribute__((section(".gnu.linkonce.r." "__strtol_ul_max_tab")))
const unsigned char __strtol_ul_rem_tab[] __attribute__ ((visibility
("hidden"))) __attribute__((section(".gnu.linkonce.r." "__strtol_ul_rem_tab")))
--
dje at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-08-04 13:58:34
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28598