Re: [patch] Fix m68k syscalls

2009-09-10 Thread Lennart Sorensen
On Thu, Aug 13, 2009 at 07:00:55AM -0400, Mike Frysinger wrote: On Tuesday 04 August 2009 15:28:04 Maxim Kuvyrkov wrote: Maxim Kuvyrkov wrote: Mike Frysinger wrote: On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread

Re: [patch] Fix m68k syscalls

2009-08-20 Thread Bernhard Reutner-Fischer
Hi Maxim, On Wed, Jul 22, 2009 at 06:49:00PM +0400, Maxim Kuvyrkov wrote: Hello, As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch ports slightly OT, but you seem to have an m68k box.. I once

Re: [patch] Fix m68k syscalls

2009-08-13 Thread Mike Frysinger
On Tuesday 04 August 2009 15:28:04 Maxim Kuvyrkov wrote: Maxim Kuvyrkov wrote: Mike Frysinger wrote: On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k.

Re: [patch] Fix m68k syscalls

2009-08-05 Thread Bernhard Reutner-Fischer
Hi Maxim, I've added a couple of tweaks (removed syscall.c) to your patch and verified that it builds on m68k.  I didn't do runtime testing at this point, but I will sometime later. FWIW, I eyeballed the patch and the common code and didn't spot any problems.  Do you necessarily need

Re: [patch] Fix m68k syscalls

2009-08-04 Thread Maxim Kuvyrkov
Maxim Kuvyrkov wrote: Mike Frysinger wrote: On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch ports relevant pieces of syscall handling

[patch] Fix m68k syscalls

2009-07-22 Thread Maxim Kuvyrkov
Hello, As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch ports relevant pieces of syscall handling from recent GLIBC thus fixing the problem. Any comments? Thanks, -- Maxim K. CodeSourcery

Re: [patch] Fix m68k syscalls

2009-07-22 Thread Mike Frysinger
On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch ports relevant pieces of syscall handling from recent GLIBC thus fixing the problem.

Re: [patch] Fix m68k syscalls

2009-07-22 Thread Maxim Kuvyrkov
Mike Frysinger wrote: On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch ports relevant pieces of syscall handling from recent GLIBC thus

Re: [patch] Fix m68k syscalls

2009-07-22 Thread Mike Frysinger
On Wednesday 22 July 2009 14:44:37 Maxim Kuvyrkov wrote: Mike Frysinger wrote: On Wednesday 22 July 2009 10:49:00 Maxim Kuvyrkov wrote: As described in thread http://lists.uclibc.org/pipermail/uclibc/2009-July/042670.html, uClibc build is currently broken on m68k. The attached patch