This is the mail archive of the libc-alpha@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]

Re: [PATCH 04/12] RISC-V: Thread-Local Storage Support


On Wed, 14 Jun 2017 12:56:44 PDT (-0700), fweimer@redhat.com wrote:
> Palmer Dabbelt <palmer@dabbelt.com> writes:
>
>> +++ b/sysdeps/riscv/nptl/tls.h
>> @@ -0,0 +1,149 @@
>
>> +/* Signal that TLS support is available.  */
>> +#define USE_TLS	1
>
> USE_TLS has been eliminated in 2006, and I don't think there aren't any
> traces left in current master.

Our port has been around for a while, but I don't think it's been around since
2006 so I'm not sure where that came from.  The only other reference was in
sysdeps/riscv/libc-tls.c, which I've made unconditional.

  https://github.com/riscv/riscv-glibc/commit/4482ec3dbdfb802250b5c221781166fcf8d8f9c2

I'll submit it as part of a v2 patch set.


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