This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: elision-conf.c "__pthread_init_array causes a section type conflict"
- From: Roland McGrath <roland at hack dot frob dot com>
- To: libc-alpha at sourceware dot org
- Date: Tue, 23 Jul 2013 10:30:26 -0700 (PDT)
- Subject: Re: elision-conf.c "__pthread_init_array causes a section type conflict"
- References: <20130722130138 dot GA12945 at linux dot vnet dot ibm dot com> <20130722215905 dot DD2FC2C06F at topped-with-meat dot com> <20130723134140 dot GA20951 at linux dot vnet dot ibm dot com>
> Okay, removing const seems to work (I'm not sure the path with
> SHARED undefined is ever taken, though):
The the files that go into libpthread.a are compiled without -DSHARED.
> However I'm not sure where you wanted me to put attribute_relro;
> should it _replace_ the section attribute?
No. Just add it next to the other attributes.