Re: [MIPS] syscall() segv on mips1

2008-10-24 Thread Maxime Bizon
On Fri, 2008-10-24 at 00:03 -0700, Khem Raj wrote: Hi Khem, Did you also add the nops as suggested or did you try the patch as such ? No, this is with Atsushi's patch as-is. -- Maxime ___ uClibc mailing list uClibc@uclibc.org

Re: [MIPS] syscall() segv on mips1

2008-10-23 Thread Maxime Bizon
On Thu, 2008-10-23 at 02:08 +0900, Atsushi Nemoto wrote: Hello Atsushi, diff -u uClibc-0.9.30-rc2/libc/sysdeps/linux/mips/syscall.S uClibc/libc/sysdeps/linux/mips/syscall.S --- uClibc-0.9.30-rc2/libc/sysdeps/linux/mips/syscall.S 2007-09-15 16:25:54.0 +0900 +++

[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: [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