Re: Error in _atexit.c building mips/mipsel.

2008-09-29 Thread Bernhard Reutner-Fischer
On Sun, Sep 28, 2008 at 11:58:02AM -0500, Rob Landley wrote: Tracking this one down, but it still happens in last night's svn... In file included from libc/stdlib/__cxa_finalize.c:8: libc/stdlib/_atexit.c: In function '__cxa_finalize': libc/stdlib/_atexit.c:205: warning: implicit declaration of

Re: LINUXTHREADS_NEW bug.

2008-09-29 Thread Hans-Christian Egtvedt
On Mon, 29 Sep 2008 10:02:18 +0200 Bernhard Reutner-Fischer [EMAIL PROTECTED] wrote: On Sun, Sep 28, 2008 at 07:55:24PM -0500, Rob Landley wrote: snipp Would anyone like to comment on this? not really. I already said that we will not remove linuxthreads.old for 0.9.30 because removing it

Re: PATCH: disable LINUXTHREADS_OLD in menuconfig.

2008-09-29 Thread Hans-Christian Egtvedt
On Sat, 27 Sep 2008 16:57:20 -0500 Rob Landley [EMAIL PROTECTED] wrote: I'd like to apply the following small patch as a start on at least deprecating the hell out of LINUXTHREADS_OLD. All it does is stop it showing up in menuconfig, and make the symbol default to n. We really do need to

Re: LINUXTHREADS_NEW bug.

2008-09-29 Thread Will Newton
On Mon, Sep 29, 2008 at 1:00 PM, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Mon, 29 Sep 2008 07:36:53 -0400 John Voltz [EMAIL PROTECTED] wrote: Well, AVR32 uses linuxthreads.old, since linuxthreads does not seem to work. I have not looked into why. I thought AVR32 didn't

[MIPS] syscall() segv on mips1

2008-09-29 Thread Maxime Bizon
Hi, uclibc trunk on mips1 platform, a failed syscall() crashes later in __syscall_error() from incorrect t9 value. syscall() has .noreorder, so I guess this explicit 'nop' is needed. --- libc/sysdeps/linux/mips/syscall.S.orig 2008-09-29 15:59:31.0 +0200 +++

Re: Internal compiler error building m68k.

2008-09-29 Thread Bernhard Reutner-Fischer
On Sun, Sep 28, 2008 at 11:55:53AM -0500, Rob Landley wrote: So with the attached .config, building last night's svn snapshot, is anybody else seeing this: libc/inet/addr.c: In function 'inet_ntoa_r': libc/inet/addr.c:144: internal compiler error: in output_move_qimode, at

Re: PATCH: disable LINUXTHREADS_OLD in menuconfig.

2008-09-29 Thread Bernhard Reutner-Fischer
On Mon, Sep 29, 2008 at 02:36:32PM +0200, Hans-Christian Egtvedt wrote: On Sat, 27 Sep 2008 16:57:20 -0500 Rob Landley [EMAIL PROTECTED] wrote: I'd like to apply the following small patch as a start on at least deprecating the hell out of LINUXTHREADS_OLD. All it does is stop it showing up in

Re: [MIPS] syscall() segv on mips1

2008-09-29 Thread sjhill
uclibc trunk on mips1 platform, a failed syscall() crashes later in __syscall_error() from incorrect t9 value. syscall() has .noreorder, so I guess this explicit 'nop' is needed. --- libc/sysdeps/linux/mips/syscall.S.orig2008-09-29 15:59:31.0 +0200 +++

Re: [MIPS] syscall() segv on mips1

2008-09-29 Thread Maxime Bizon
On Mon, 2008-09-29 at 10:36 -0500, [EMAIL PROTECTED] wrote: Would you kindly do an 'objdump -d' on your 'syscall.o' file and send it to me? Your patch is probably fine, by I want to see your generated assembly code. Thanks. syscall.os: file format elf32-tradbigmips Disassembly of

Re: Internal compiler error building m68k.

2008-09-29 Thread Rob Landley
On Monday 29 September 2008 10:56:04 Bernhard Reutner-Fischer wrote: On Sun, Sep 28, 2008 at 11:55:53AM -0500, Rob Landley wrote: So with the attached .config, building last night's svn snapshot, is anybody else seeing this: libc/inet/addr.c: In function 'inet_ntoa_r':

Re: PATCH: disable LINUXTHREADS_OLD in menuconfig.

2008-09-29 Thread Rob Landley
On Monday 29 September 2008 11:04:27 Bernhard Reutner-Fischer wrote: On Mon, Sep 29, 2008 at 02:36:32PM +0200, Hans-Christian Egtvedt wrote: On Sat, 27 Sep 2008 16:57:20 -0500 Rob Landley [EMAIL PROTECTED] wrote: I'd like to apply the following small patch as a start on at least