Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Ken Moffat
On Thu, 8 Sep 2005, Jeremy Huntwork wrote: Jim Gifford wrote: Interesting!! So either GCC is not compiling Glibc with NPTL correctly, or we have a GCC 4.0.1 issue. Matt Darcy is trying the Currently GLIBC snapshot. If the snapshot works well, we should seriously consider using that in the

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Jim Gifford
We have had people test the GCC4 branch and it doesn't affect it, which is kinda of strange. To recreate the two issues we have seen, just do configure and make, with glibc or binutils. Each issue is specific to the architecture that what makes it harder to track down. glibc - 32/64 on x86_6

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Randy McMurchy
Jeremy Huntwork wrote these words on 09/08/05 14:06 CST: > If the snapshot works well, we should seriously consider using that in > the current gcc4 branch instead of the patches in place now. To try and get a better understanding of the issues, can you tell me what I need to look for to see if

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Matthew Burgess
Jim Gifford wrote: Interesting!! So either GCC is not compiling Glibc with NPTL correctly, or we have a GCC 4.0.1 issue. Or, the current cross-lfs instructions need to be altered. As far as I'm aware, following the gcc4 branch, noone has encountered any of the issues yourself or Matt Darcy

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Jeremy Huntwork
Jim Gifford wrote: Interesting!! So either GCC is not compiling Glibc with NPTL correctly, or we have a GCC 4.0.1 issue. Matt Darcy is trying the Currently GLIBC snapshot. If the snapshot works well, we should seriously consider using that in the current gcc4 branch instead of the patches

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-08 Thread Jim Gifford
Now to add the twist to this tail. During testing I've personally seen some wierd stuff with GCC 4.0.1, Glibc 2.3.5, and Binutils 2.16.1. When I built an x86 to x86 system following the book exactly, I get to binutils and I would get a Malformed Archive on all binutils static libraries. Repeat

Re: X86_64 Multi-lib cross-build glibc32/64 gcc4 __thread failure

2005-09-07 Thread Jeremy Huntwork
Matt Darcy wrote: Hi all, There appears to be a problem with the cross-build gcc4 project. From dicussions on this it appears to be a compatability issue with gcc4 which displays its self on different platforms in different ways. I have been working on the x86 to x86_64 multi-lib version of