This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.1 20020118 miscompiled ld.so on Linux/mips
- From: "H . J . Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org, GNU C Library <libc-alpha at sources dot redhat dot com>
- Date: Sun, 20 Jan 2002 11:39:45 -0800
- Subject: gcc 3.1 20020118 miscompiled ld.so on Linux/mips
When I used gcc 3.1 20020118 to compile the current glibc from trunk
on Linux/mips, I got
# /export/build/gnu/glibc-3.1/build-mipsel-linux/elf/ld.so.1
zsh: 30232 segmentation fault (core dumped) /export/build/gnu/glibc-3.1/build-mipsel-linux/elf/ld.so.1
gcc 2.96 is ok. I am looking into it now.
H.J.