__malloc_mmb_heap

2008-10-15 Thread Kieran Bingham
Hi Guys, With fresh download from RC2 I've hit a compile error: CC libc/stdlib/malloc/malloc.o libc/stdlib/malloc/malloc.c:47: error: conflicting types for '__malloc_mmb_heap' libc/stdlib/malloc/malloc.h:80: error: previous declaration of '__malloc_mmb_heap' was her

Re: __malloc_mmb_heap

2008-10-15 Thread Chase N Douglas
c/stdlib/malloc/malloc.o >libc/stdlib/malloc/malloc.c:47: error: conflicting types for '__malloc_mmb_heap' > >libc/stdlib/malloc/malloc.h:80: error: previous declaration of '__malloc_mmb_heap' was here > >so to fix the conflict, I've changed malloc.h to match

Re: __malloc_mmb_heap

2008-10-15 Thread Bernhard Reutner-Fischer
On Wed, Oct 15, 2008 at 07:27:40AM -0600, Chase N Douglas wrote: >Let me be the first to say "Bad Chase..." about the html... This is a clean >version of the previous message. > >I believe this is the correct fix. I am guessing that the arch options I >had selected when test compiling this patch di

Re: __malloc_mmb_heap

2008-10-15 Thread Chase N Douglas
CC libc/stdlib/malloc/malloc.olibc/stdlib/malloc/malloc.c:47: error: conflicting types for '__malloc_mmb_heap' libc/stdlib/malloc/malloc.h:80: error: previous declaration of '__malloc_mmb_heap' was hereso to fix the conflict, I've changed malloc.h to match malloc.c :diff --git a/li

Re: __malloc_mmb_heap

2008-10-15 Thread Rob Landley
On Wednesday 15 October 2008 08:36:16 Bernhard Reutner-Fischer wrote: > Kieran, in the meantime just svn diff -r23659:23660 | patch -R Actually, it's: svn diff -r23659:23660 | patch -p0 -R And I confirm that this patch totally broke arm oabi for me, the system dies as soon as it tries to boot