This is the mail archive of the libc-alpha@sources.redhat.com 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: enable n32 and n64, and move o32 into mips/mips32


On Mar 28, 2003, Daniel Jacobowitz <drow at mvista dot com> wrote:

> That should not be the case (TLS required).  More likely someone just
> broke the non-TLS case.  What's the actual problem?

The first problem I ran into was that
linuxthreads/sysdeps/pthread/herrno-loc.c expects tls.h to define a
type named pthread_descr and a macro LIBC_THREAD_GETMEM, but the
generic tls.h doesn't define either of them.  I ended up creating a
mips-specific tls.h, as below, to get around the problem, and then ran
into another problem that I still haven't investigated.  I remember
having seen other pthread_descr-related error messages fly by in a
make -k, but I have other problems that I'd like to fix first.

Is this linuxthreads/sysdeps/mips/tls.h o to install?

Attachment: tls.h
Description: Binary data

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer

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