This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2672] going libc_pic.a to libc_pic.os discard gets into the way


------- Additional Comments From pinskia at gcc dot gnu dot org  2006-08-04 15:21 -------
I think this is a glibc now (from the gcc bug):

  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")))

They are explictly put into a linkonce section which really does not tell the compiler that.  Also since const 
puts it be local to the TU, it gets even worse.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2672

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]