Hi Bernhard, On Sat, Feb 15, 2014 at 11:05:51AM +0100, Bernhard Reutner-Fischer wrote: > On Thu, Feb 06, 2014 at 05:49:21PM +0530, Vineet Gupta wrote: > > --------------->8------------------- > > tst-tls7.c: In function 'do_test': > > tst-tls7.c:39:57: error: 'struct link_map' has no member named 'l_tls_modid' > > modid = ((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid; > > ^ > > tst-tls7.c:40:63: error: 'struct link_map' has no member named 'l_tls_modid' > > else if (((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid > > ^ > > tst-tls7.c:45:52: error: 'struct link_map' has no member named 'l_tls_modid' > > ((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid, > > ^ > > make[2]: *** [tst-tls7] Error 1 > > --------------->8------------------- > > Applied. > Please fix this in glibc too, these tests are imported from glibc.
This breakage is uClibc specific since a2fdd604d, nothing to do with glibc. See http://article.gmane.org/gmane.comp.lib.uclibc.general/23449 for an alternate solution that deviates less from the original glibc code. baruch -- http://baruch.siach.name/blog/ ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [email protected] - tel: +972.2.679.5364, http://www.tkos.co.il - _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
