Re: [PATCH] Elf loader unable to load shared libraries.

2009-04-09 Thread Khem Raj
On Tuesday 07 April 2009 01:48:56 am Groleo Marius wrote: On Sat, Mar 28, 2009 at 8:37 AM, Khem Raj raj.k...@gmail.com wrote: On Friday 27 March 2009 08:58:07 Groleo Marius wrote: I had some problems compiling and later, using shared libraries from uClibc-0.9.30.1 on a Coldfire M5485

Re: [PATCH] Elf loader unable to load shared libraries.

2009-04-09 Thread Mike Frysinger
On Friday 27 March 2009 11:58:07 Groleo Marius wrote: The attached patches fixes the problems I've encountered: please fix your e-mail client so it has patches show up inline/automatically so that it's easier to review - m68k_cf_no_mmap2.patch : Disable mmap2() if we're compiling for

Re: [PATCH] Elf loader unable to load shared libraries.

2009-04-09 Thread Khem Raj
On Thursday 09 April 2009 01:25:59 am Mike Frysinger wrote: On Friday 27 March 2009 11:58:07 Groleo Marius wrote: The attached patches fixes the problems I've encountered: please fix your e-mail client so it has patches show up inline/automatically so that it's easier to review -

Re: [PATCH] Elf loader unable to load shared libraries.

2009-04-07 Thread Groleo Marius
On Sat, Mar 28, 2009 at 8:37 AM, Khem Raj raj.k...@gmail.com wrote: On Friday 27 March 2009 08:58:07 Groleo Marius wrote: I had some problems compiling and later, using shared libraries from uClibc-0.9.30.1 on a Coldfire M5485 processor. The attached patches fixes the problems I've

[PATCH] Elf loader unable to load shared libraries.

2009-03-27 Thread Groleo Marius
I had some problems compiling and later, using shared libraries from uClibc-0.9.30.1 on a Coldfire M5485 processor. The attached patches fixes the problems I've encountered: - m68k_cf_no_mmap2.patch : Disable mmap2() if we're compiling for coldfire and fall back to mmap(). It seems

Re: [PATCH] Elf loader unable to load shared libraries.

2009-03-27 Thread Khem Raj
On Friday 27 March 2009 08:58:07 Groleo Marius wrote: I had some problems compiling and later, using shared libraries from uClibc-0.9.30.1 on a Coldfire M5485 processor. The attached patches fixes the problems I've encountered: Well done. Can you also port your patches for trunk and send