Re: dl_iterate_phdr missing in libc

2008-01-12 Thread Carmelo Amoroso
Mike Frysinger wrote: On Friday 11 January 2008, Carmelo AMOROSO wrote: I'm facing a problem when statically linking an app with sh4-linux-uclibc-g++ caused by the missing symbol dl_iterate_phdr as below: sh4-linux-uclibc-g++ -static main.c

Re: svn commit: trunk/uClibc/ldso/ldso/sh

2008-01-12 Thread Mike Frysinger
On Saturday 12 January 2008, [EMAIL PROTECTED] wrote: Author: carmelo Date: 2008-01-12 00:20:18 -0800 (Sat, 12 Jan 2008) New Revision: 20848 Log: Make sh4 build works again adding a temporary work-around iby redefining __always_inline to inline until gcc 4.x.x will get fixed. Modified:

Re: svn commit: trunk/uClibc/ldso/ldso/sh

2008-01-12 Thread Carmelo Amoroso
Mike Frysinger wrote: On Saturday 12 January 2008, [EMAIL PROTECTED] wrote: Author: carmelo Date: 2008-01-12 00:20:18 -0800 (Sat, 12 Jan 2008) New Revision: 20848 Log: Make sh4 build works again adding a temporary work-around iby redefining __always_inline to inline until gcc 4.x.x will