This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Do the current gcc 3.4 and glibc 2.3 in CVS work on ia64?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: GNU C Library <libc-alpha at sources dot redhat dot com>, gcc at gcc dot gnu dot org
- Cc: binutils at sources dot redhat dot com
- Date: Fri, 6 Jan 2006 10:59:18 -0800
- Subject: Re: Do the current gcc 3.4 and glibc 2.3 in CVS work on ia64?
- References: <20060106180829.GA3527@lucon.org>
On Fri, Jan 06, 2006 at 10:08:29AM -0800, H. J. Lu wrote:
> With the current gcc 3.4 and glibc 2.3 in CVS, I got
>
> [hjl@gnu-12 glibc-2.3-import-3.4]$ gdb
> ./build-ia64-linux/elf/ld-linux-ia64.so.2GNU gdb Red Hat Linux
> (6.3.0.0-1.62rh)
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB. Type "show warranty" for
> details.
> This GDB was configured as "ia64-redhat-linux-gnu"...Using host
> libthread_db library "/lib/tls/libthread_db.so.1".
>
> (gdb) r
> Starting program:
> /export/build/gnu/glibc-2.3-import-3.4/build-ia64-linux/elf/ld-linux-ia64.so.2
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x2000000000002f91 in _dl_start (arg=0x60000fffffff98a0) at rtld.c:260
> 260 HP_TIMING_DIFF_INIT ();
> (gdb)
>
It looks like a binutils issue. I am investigating it now.
H.J.