[PATCH] fix typo that sneaked in with 9a7506

2009-12-15 Thread Natanael Copa
Signed-off-by: Natanael Copa --- .../unix/sysv/linux/i386/i486/sem_trywait.S|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S index 69

Re: [PATCH] fix typo that sneaked in with 9a7506

2009-12-15 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Natanael Copa wrote: > Signed-off-by: Natanael Copa > --- > .../unix/sysv/linux/i386/i486/sem_trywait.S|2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywa

Re: __thread fastpath not being taken

2009-12-15 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Austin Foxley wrote: > On 12/09/2009 11:09 AM, Chris Metcalf wrote: >> My proposed fix is something like the following, in dl-tls.c. (I'm >> running code patched up from the old SVN NPTL branch, but looking at the >> latest GIT NPTL it seems pretty si

undefined reference to `shm_open'

2009-12-15 Thread Niko Lau
Hello, I want to use the libv4l2 for my arm platform with uclibc cross compiler. When I link a appl with that lib I get the following error: arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include -L../libv4l2/lib -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined

Re: undefined reference to `shm_open'

2009-12-15 Thread Lennart Sorensen
On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: > I want to use the libv4l2 for my arm platform with uclibc cross compiler. > When I link a appl with that lib I get the following error: > arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include > -L../libv4l2/lib -o capture capture.c -lv4l

Re: undefined reference to `shm_open'

2009-12-15 Thread Niko Lau
2009/12/15 Lennart Sorensen : > On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: >> I want to use the libv4l2 for my arm platform with uclibc cross compiler. >> When I link a appl with that lib I get the following error: >> arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include >> -L../lib

Re: undefined reference to `shm_open'

2009-12-15 Thread Lennart Sorensen
On Tue, Dec 15, 2009 at 05:31:01PM +0100, Niko Lau wrote: > 2009/12/15 Lennart Sorensen : > > On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: > >> I want to use the libv4l2 for my arm platform with uclibc cross compiler. > >> When I link a appl with that lib I get the following error: > >

Re: [PATCH] fix typo that sneaked in with 9a7506

2009-12-15 Thread Austin Foxley
On 12/15/2009 06:04 AM, Carmelo AMOROSO wrote: Applied, thanks. Carmelo Ugh, sorry about that. Thanks Natanael and Carmelo. -Austin ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: undefined reference to `shm_open'

2009-12-15 Thread Ian Harrold
On Tue, Dec 15, 2009 at 10:31 AM, Niko Lau wrote: > 2009/12/15 Lennart Sorensen : > > On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: > >> I want to use the libv4l2 for my arm platform with uclibc cross > compiler. > >> When I link a appl with that lib I get the following error: > >> arm

Re: undefined reference to `shm_open'

2009-12-15 Thread Carlo Zinato
Il 15/12/2009 17.31, Niko Lau ha scritto: 2009/12/15 Lennart Sorensen: On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: I want to use the libv4l2 for my arm platform with uclibc cross compiler. When I link a appl with that lib I get the following error: arm-linux-uclibc-gcc -Wall -O2 -

Re: undefined reference to `shm_open'

2009-12-15 Thread Niko Lau
2009/12/15 Ian Harrold : > > > On Tue, Dec 15, 2009 at 10:31 AM, Niko Lau > wrote: >> >> 2009/12/15 Lennart Sorensen : >> > On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: >> >> I want to use the libv4l2 for my arm platform with uclibc cross >> >> compiler. >> >> When I link a appl with

Re: __thread fastpath not being taken

2009-12-15 Thread Chris Metcalf
On 12/15/2009 9:07 AM, Carmelo AMOROSO wrote: > Austin Foxley wrote: > >> On 12/09/2009 11:09 AM, Chris Metcalf wrote: >> >>> My proposed fix is something like the following, in dl-tls.c. (I'm >>> running code patched up from the old SVN NPTL branch, but looking at the >>> latest GIT NPTL

Re: undefined reference to `shm_open'

2009-12-15 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niko Lau wrote: > 2009/12/15 Ian Harrold : >> >> On Tue, Dec 15, 2009 at 10:31 AM, Niko Lau >> wrote: >>> 2009/12/15 Lennart Sorensen : On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: > I want to use the libv4l2 for my arm platform

Re: undefined reference to `shm_open'

2009-12-15 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carlo Zinato wrote: > Il 15/12/2009 17.31, Niko Lau ha scritto: >> 2009/12/15 Lennart Sorensen: >>> On Tue, Dec 15, 2009 at 05:16:05PM +0100, Niko Lau wrote: I want to use the libv4l2 for my arm platform with uclibc cross compiler. When