Re: ppc-valgrind and recent dynamic loader patches

2008-08-26 Thread Daniel Ng
Joakim Tjernlund joakim.tjernlund at lumentis.se writes: On Behalf Of Robin Gilks Greetings I see there has been further activity in the ldso area, I wonder if this affects powerpc and if so, does it mean that the ppc-valgrind stuff will work now (assuming someone has tried it). I

[PATCH] sh : a little optimization in clone.S

2008-08-26 Thread Carmelo AMOROSO
Hi Paul, All attached a little fix in clone asm code for SH to use a delayed branch instead of a normal branch. Let me know so I can commit it. Regards, Carmelo A little optimization in clone sanity check: use a delayed branch instruction (bt/s) so that null pointer check for second input

Re: POSIX /bin/sh fixes to check-lxdialog.sh

2008-08-26 Thread Bernhard Reutner-Fischer
On Sat, Aug 23, 2008 at 11:27:52AM +0200, Joachim Nilsson wrote: During that campaign I upgraded to 0.9.29 only to discover that I had been bitten by issue #2834. So I decided to start testing the daily What arch and what threads impl did you choose to build with which compiler version?

Re: POSIX /bin/sh fixes to check-lxdialog.sh

2008-08-26 Thread Joachim Nilsson
On Tue, Aug 26, 2008 at 02:16:55PM +0200, Bernhard Reutner-Fischer wrote: On Sat, Aug 23, 2008 at 11:27:52AM +0200, Joachim Nilsson wrote: During that campaign I upgraded to 0.9.29 only to discover that I had been bitten by issue #2834. So I decided to start testing the daily What arch and

Re: POSIX /bin/sh fixes to check-lxdialog.sh

2008-08-26 Thread Joachim Nilsson
On Tue, Aug 26, 2008 at 02:25:18PM +0200, Joachim Nilsson wrote: On Tue, Aug 26, 2008 at 02:16:55PM +0200, Bernhard Reutner-Fischer wrote: On Sat, Aug 23, 2008 at 11:27:52AM +0200, Joachim Nilsson wrote: When starting this endeavour I found a minor issue with the check-lxdialog.sh script.

Re: POSIX /bin/sh fixes to check-lxdialog.sh

2008-08-26 Thread Bernhard Reutner-Fischer
On Tue, Aug 26, 2008 at 02:25:18PM +0200, Joachim Nilsson wrote: Unfortunately we inherit this script from the kernel, so fixes should be sent to the kbuild folks. See scripts/kconfig/lxdialog/ from your kernel clone. I see. Do you guys synchronize with upstream lxdialog often? I sync

Re: Auditing the menuconfig help entries.

2008-08-26 Thread Bernhard Reutner-Fischer
On Sun, Aug 24, 2008 at 06:56:44PM -0500, Rob Landley wrote: Fiddling with menuconfig: DOPIC (Create only position independent code) Does not say why you would or wouldn't want to do this. (Does it generate position independent code and non-position independent code? Should the .a files

Re: [PATCH] sh: fix __HAVE_SHARED__ condition in crti.S.

2008-08-26 Thread Carmelo AMOROSO
Takashi Yoshii wrote: Hi, For SH, init/fini function prologue is defined in libc/sysdeps/linux/sh/crti.S as follows. | (frame entry) |#ifndef __HAVE_SHARED__ | (GOT pointer initialization) |#endif I think this should be ifdef, but ifndef. Or, are there any reason that GOT should be