enable n32 and n64, and move o32 into mips/mips32

Alexandre Oliva aoliva@redhat.com
Sat Mar 29 05:35:00 GMT 2003


On Mar 28, 2003, Roland McGrath <roland@redhat.com> wrote:

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

> It has some Alpha-specific comments pasted in, but other than that it
> should be fine.  But can you wait until you have a whole build that works
> (at least compiles) before checking anything else in?

Another problem I've run into is the declarations of elf_machine_rel
et al in dynamic-link.h.  In 2.3.1, they didn't exist, so the patch I
wrote to change the reloc_addr argument to void* worked fine.  In
mainline, the declarations prevent elf_machine_reloc in
sysdeps/mips/dl-machine.h from compiling.  I don't see a clean
solution to this issue, other than taking the declarations back out,
or making two versions of the declarations available, one for
platforms that want reloc_addr as a ElfW(Addr)*, one for those that
want it as a void*.  Thoughts?

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



More information about the Libc-alpha mailing list