Re: [parisc-linux] glibc binary NMU for hppa, built with gcc-3.4
Matthias Klose <doko <at> cs.tu-berlin.de>
2005-09-20 09:34:17 GMT
John David Anglin writes:
> > Following the discussion on parisc, I uploaded glibc built with
> > gcc-3.4. Validated, that gcc-4.0 bootstraps again and the python build
> > errors are gone.
>
> Does this fix GCC PR 23731?
can't check, it currently segfaults trying to generate the
classmap.db (same thing already happens with 4.0 on m68k-linux).
$ gdb .libs/gcj-dbtool
GNU gdb 6.3-debian
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 "hppa-linux"...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args -n foo.db
(gdb) run
Starting program:
/scratch/packages/gcc/snap/gcc-snapshot-20050919/build/hppa-linux-gnu/libjava/.libs/gcj-dbtool
-n foo.db
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 4227)]
[New Thread 32769 (LWP 4230)]
[New Thread 16386 (LWP 4231)]
Program received signal SIGSEGV, Segmentation fault.
(Continue reading)