Re: is rpmatch in uClibc?

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 17:23:20 Stephan Raue wrote: > Am 26.09.2009 22:43, schrieb Mike Frysinger: > > On Saturday 26 September 2009 16:18:49 Stephan Raue wrote: > >> Am 26.09.2009 13:45, schrieb Mike Frysinger: > >>> On Saturday 26 September 2009 01:36:31 Stephan Raue wrote: > is rpmat

[PATCH] MIPS NPTL: Clean up _ABI64 warnings

2009-09-26 Thread Kevin Cernekee
Signed-off-by: Kevin Cernekee --- ldso/ldso/mips/elfinterp.c |2 +- libc/sysdeps/linux/mips/sys/regdef.h |2 ++ .../unix/sysv/linux/mips/bits/pthreadtypes.h |2 ++ 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ldso/ldso/mips

Re: is rpmatch in uClibc?

2009-09-26 Thread Stephan Raue
Am 26.09.2009 22:43, schrieb Mike Frysinger: On Saturday 26 September 2009 16:18:49 Stephan Raue wrote: Am 26.09.2009 13:45, schrieb Mike Frysinger: On Saturday 26 September 2009 01:36:31 Stephan Raue wrote: is rpmatch in uclibc? no is there any interest t

Re: is rpmatch in uClibc?

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 16:18:49 Stephan Raue wrote: > Am 26.09.2009 13:45, schrieb Mike Frysinger: > > On Saturday 26 September 2009 01:36:31 Stephan Raue wrote: > >> is rpmatch in uclibc? > > > > no > > is there any interest to include this? i have made a patch that include > this in stdli

Re: is rpmatch in uClibc?

2009-09-26 Thread Stephan Raue
Am 26.09.2009 13:45, schrieb Mike Frysinger: On Saturday 26 September 2009 01:36:31 Stephan Raue wrote: is rpmatch in uclibc? no -mike is there any interest to include this? i have made a patch that include this in stdlib. i need this to build plymouth and play with this. Steph

Re: [PATCH][MIPS] Do not save variables in "hi" or "lo" across system calls

2009-09-26 Thread Mike Frysinger
On Friday 25 September 2009 18:48:39 Daniel Jacobowitz wrote: > The kernel does not save these registers across system calls. GCC 4.4 > has gotten more agressive about using them for temporary variables, so > this shows up as intermittent crashes if you use a recent compiler. merge, thanks btw,

Re: is rpmatch in uClibc?

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 01:36:31 Stephan Raue wrote: > is rpmatch in uclibc? no -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Discrepancy? uClibc seems very large

2009-09-26 Thread Bernhard Reutner-Fischer
A minimal uClibc config compiles to about 80 kilobytes. Make sure to configure buildroot to use -Os (plus other size-saving options). Turn off everything that you do not need, both in busybox and uClibc -- typical start .config should be make allnoconfig for both. HTH, Bernhard On Sep 25, 2009 8