Re: [PATCH]: ARM SHMLBA

2007-11-30 Thread Carmelo Amoroso
Paul Mundt wrote: On Tue, Nov 20, 2007 at 08:30:04AM +0100, Carmelo AMOROSO wrote: Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi ARM SHMLBA = (4 * PAGE_SIZE). Currently in uclibc arm used shm.h from common directory where SHMLBA = __getpagesize() This patch fixes the

Re: [PATCH] Make dladdr() work with GNU_HASH

2007-11-30 Thread Carmelo Amoroso
Nickolai Zeldovich wrote: The attached patch makes dladdr() work with GNU_HASH files. Without this patch, calling dladdr() on a symbol that came from a GNU_HASH file dereferences garbage pointers. Nickolai. I'll have a look. Please inlined patch are preferable. Regards, Carmelo

Re: [PATCH] Fix dladdr return value when cannot find symbol

2007-11-30 Thread Carmelo Amoroso
Nickolai Zeldovich wrote: The attached patch makes dladdr() return 0 when it cannot find a matching symbol. The current behavior of returning 1 makes it impossible for callers to know whether the supplied Dl_info buffer has been filled in with meaningful data. Nickolai. I'll have a

Re: Crosscompiler on cygwin

2007-11-30 Thread Carmelo Amoroso
Andreas Erler wrote: Hello, I'm trying to build a cross compiler from i686-pc-cywin to armeb-linux-ulibc with buildroot. When the build systems configures for the libmudflap in the directory gcc-4.2.1-final/armeb-linux-uclibc/ it spit out the following lines when: checking for dlsym