Re: SH/FDPIC in uClibc

2015-10-09 Thread Kieran Bingham
Hi Rich, On 6 October 2015 at 03:15, Rich Felker wrote: > I'm in the process of reviving the long-abandoned FDPIC support for SH > in GCC (see https://gcc.gnu.org/ml/gcc-patches/2015-10/msg00137.html) > and in the process I realized that the uClibc-side work was actually >

__malloc_mmb_heap

2008-10-15 Thread Kieran Bingham
); /* Do the actual munmap. */ munmap ((void *)mmb_start, mmb_end - mmb_start); But I haven't looked into why this has changed type or anything like that - Is this the right thing to do ? and if so - well there it is :) -- Cheers Kieran Bingham

Re: SH2aeb support

2008-10-06 Thread Kieran Bingham
] Kieran Bingham wrote: Hi Guys, I'm currently trying to build uClibc-0.9.30-rc1 for SH2aeb and found an issue when building which I fixed with the attached patches. make[2]: Entering directory `/opt/sh/2a/build/src/test-apps-0.1' sh2aeb-linux-uclibc-gcc -Wl,-EB test.c -o test test.c

Re: SH2aeb support

2008-10-06 Thread Kieran Bingham
2008/10/6 Carmelo AMOROSO [EMAIL PROTECTED] Which is the target file format used to build uclibc. I'm not so aware of not elf format... if I guess correctly sh2a doesn't use elf format (as from -Wl,-elf2flt). indeed UCLIBC_FORMAT_FLAT=y If I build with Support global constructors and

Re: SH2aeb support

2008-10-06 Thread Kieran Bingham
Hi Bernhard, 2008/10/6 Bernhard Reutner-Fischer [EMAIL PROTECTED] On Mon, Oct 06, 2008 at 03:01:15PM +0200, Carmelo AMOROSO wrote: I'm not so aware of not elf format... if I guess correctly sh2a doesn't use elf format (as from -Wl,-elf2flt). sh-elf would build fine, not sure why you are (

SH2aeb support

2008-10-05 Thread Kieran Bingham
, and define ARCH_HAS_BWD, but then I had to copy the include from memmove to memcpy which I don't think is a particularly nice way to do this. Why is it currently including a .c file in this way? -- Cheers Kieran Bingham Index: uClibc-0.9.30-rc1/extra/Configs/Config.sh