Re: Xtensa updates

2012-11-02 Thread Carmelo AMOROSO
On 01/11/2012 19.55, Chris Zankel wrote: > Hi, > > I'm the Xtensa maintainer and have a few outstanding patches that I want > to commit. Support for the Xtensa architecture has been dormant for > quite some time now, but I finally have time to bring it up-to-date. > > Except for one patch, all ch

Re: mips64 problems

2012-11-02 Thread Carmelo AMOROSO
On 26/09/2012 16.54, Waldemar Brodkorb wrote: > Hi, > Hello, > when building a buildroot based system for the target qemu-mips64-malta I get > following output > generated: > wbx@neon:~/adk/buildroot $ ./output/host/usr/bin/mips64-linux-readelf -a > output/target/bin/busybox |grep interpreter

Re: mips64 problems

2012-11-02 Thread Carmelo AMOROSO
On 02/11/2012 10.04, Carmelo AMOROSO wrote: > On 26/09/2012 16.54, Waldemar Brodkorb wrote: >> Hi, >> > > Hello, > >> when building a buildroot based system for the target qemu-mips64-malta I >> get following output >> generated: >> wbx@neon:~/adk/buildroot $ ./output/host/usr/bin/mips64-linux-r

why strong symbal not cover weak symbal?

2012-11-02 Thread 风涯
first an example libmya.c [code] #include void PrintA() { printf("A\n"); } __attribute__ ((weak)) void myfunc() { printf("myfunc in libmya\n"); } [/code] libmyb.c [code] #include void PrintB() { printf("B\n"); } void myfunc() { printf("myfunc in libmyb\n"); } [/cod

Re: why strong symbal not cover weak symbal?

2012-11-02 Thread Carmelo AMOROSO
On 02/11/2012 14.54, 风涯 wrote: > first an example > > libmya.c > [code] > #include > void PrintA() > { >printf("A\n"); > } > > __attribute__ ((weak)) > void myfunc() > { >printf("myfunc in libmya\n"); > } > [/code] > > > libmyb.c > [code] > #include > void PrintB() > { >

Re: [PATCH] microblaze/bits/setjmp.h: Fix stray #endif

2012-11-02 Thread Bernhard Reutner-Fischer
On 1 November 2012 00:43:23 Steve Bennett wrote: ping! Ack. Scheduled and sorry for the long delay.. Cheers, On 21/09/2012, at 3:35 PM, Steve Bennett wrote: > Introduced in c53099f7 > > Signed-off-by: Steve Bennett > --- > libc/sysdeps/linux/microblaze/bits/setjmp.h | 1 - > 1 file changed,

Re: [PATCH] include/elf.h: update for ELFOSABI_* changes.

2012-11-02 Thread Bernhard Reutner-Fischer
On 31 October 2012 20:41:50 Thomas Schwinge wrote: ELFOSABI_GNU replaces ELFOSABI_LINUX, the latter is kept as a compatibility alias, and ELFOSABI_HURD is removed. See the table on for reference. SCO? Do we take that serious?