Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-05 Thread Carlos O'Donell
On Mon, Jan 05, 2004 at 02:48:09PM -0500, Carlos O'Donell wrote: > > pa'ers, > > glibc 2.3.2.ds1-10 > > - Added profiling patches (Thanks Randolph!) > - Rebuilt glibc. > - Did not modify changelog or bump version. > > Testers wanted please, in particular to test if building with -pg works > on

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-05 Thread Grant Grundler
On Mon, Jan 05, 2004 at 02:48:09PM -0500, Carlos O'Donell wrote: > Testers wanted please, in particular to test if building with -pg works > on your system and you get the expected results. How much testing has this had? I'm willing to try it on various boxes if I have an idea of the risk involved

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-05 Thread Carlos O'Donell
On Mon, Jan 05, 2004 at 01:45:10PM -0700, Grant Grundler wrote: > On Mon, Jan 05, 2004 at 02:48:09PM -0500, Carlos O'Donell wrote: > > Testers wanted please, in particular to test if building with -pg works > > on your system and you get the expected results. > > How much testing has this had? > I

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-07 Thread John David Anglin
> glibc 2.3.2.ds1-10 > > - Added profiling patches (Thanks Randolph!) The GCC profiling tests still segfault. It looks like crtn.o hasn't been updated. Did I miss something? Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-07 Thread John David Anglin
> Did I miss something? Yup. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6602)

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-10 Thread Grant Grundler
On Mon, Jan 05, 2004 at 02:48:39PM -0500, Carlos O'Donell wrote: > http://www.parisc-linux.org/~carlos/glibc-2.3.2-debs-2004-01-05/ I finally installed these (libc6 and libc6-dev) and live is still good. thanks carlos! hth, grant

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-12 Thread Grant Grundler
On Sun, Jan 11, 2004 at 03:43:55PM -0500, Carlos O'Donell wrote: > Excellent. You haven't tried profiling any programs have you? :) Profiing? what's that? :^P > Compile with CFLAGS=-pg, run-em, then run gprof on the gmon.out output? ok...I'll try tonight. thanks, grant

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-11 Thread Carlos O'Donell
On Sat, Jan 10, 2004 at 09:09:06PM -0700, Grant Grundler wrote: > On Mon, Jan 05, 2004 at 02:48:39PM -0500, Carlos O'Donell wrote: > > http://www.parisc-linux.org/~carlos/glibc-2.3.2-debs-2004-01-05/ > > I finally installed these (libc6 and libc6-dev) and live is still good. > thanks carlos! Exce

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-12 Thread Grant Grundler
On Sun, Jan 11, 2004 at 03:43:55PM -0500, Carlos O'Donell wrote: > Excellent. You haven't tried profiling any programs have you? :) > Compile with CFLAGS=-pg, run-em, then run gprof on the gmon.out output? Here's "apps/openssl speed rsa" gprof output from my c3000. (2.6.0-pa7, Debian testing) TBH

Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed.

2004-01-13 Thread Joel Soete
Grant Grundler <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED], debian-hppa@lists.debian.org >Subject: Re: [parisc-linux] [Testers wanted] New glibc with profiling fixed. > > >On Sat, Jan 10, 2004 at 09:09:06PM -0700, Grant Grundler wrote: > On Mon, Jan 05, 2004 at 02:48:39PM -050