Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-26 Thread Sedat Dilek
On Thu, Feb 26, 2015 at 10:09 AM, Marc Dietrich wrote: > Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek: >> On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote: >> > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek > wrote: >> >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >>

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-26 Thread Marc Dietrich
Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek: > On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote: > > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote: > >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: > >>> Patch 1 adds a check for the compilers visibility macro to

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-25 Thread Sedat Dilek
On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote: > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote: >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >>> Patch 1 adds a check for the compilers visibility macro to configure.ac. >>> Patch 2 avoids redefined symbol errors in clang of

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-22 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote: > On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: >> Patch 1 adds a check for the compilers visibility macro to configure.ac. >> Patch 2 avoids redefined symbol errors in clang of the tls entry points. >> Based on a suggestion from Rafael

Re: [Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Sedat Dilek
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote: > Patch 1 adds a check for the compilers visibility macro to configure.ac. > Patch 2 avoids redefined symbol errors in clang of the tls entry points. > Based on a suggestion from Rafael Ávila de Espíndola > > in http://llvm.org/bugs/show_bug

[Mesa-dev] [PATCH 0/2 v3] add visibility hidden to tls entry points

2015-02-17 Thread Marc Dietrich
Patch 1 adds a check for the compilers visibility macro to configure.ac. Patch 2 avoids redefined symbol errors in clang of the tls entry points. Based on a suggestion from Rafael Ávila de Espíndola in http://llvm.org/bugs/show_bug.cgi?id=19778. Tested with gcc 4.9 and clang 3.6(rc) Marc Dietr