On 9/16/07, Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Saturday 15 September 2007, [EMAIL PROTECTED] wrote: > > Modified: trunk/uClibc/include/malloc.h > > +libc_hidden_proto(__uc_malloc); > > +libc_hidden_proto(__uc_malloc_failed); > > erp, those cannot be put into public headers > -mike
Also compile fails: /var/tmp/src/buildroot-sparc32/build_sparc/staging_dir/usr/bin/sparc-linux-uclibc-gcc -c libc/stdlib/__uc_malloc.c -o libc/stdlib/__uc_malloc.os -include ./include/libc-symbols.h -Wall -Wstrict-prototypes -fno-strict-aliasing -mcpu=v8 -fno-stack-protector -fno-builtin -nostdinc -I./include -I. -std=gnu99 -Os -funit-at-a-time -fno-tree-loop-optimize -fno-tree-dominator-opts -fno-strength-reduce -I./libpthread/linuxthreads.old/sysdeps/unix/sysv/linux/sparc -I./libpthread/linuxthreads.old/sysdeps/sparc -I./libpthread/linuxthreads.old/sysdeps/unix/sysv/linux -I./libpthread/linuxthreads.old/sysdeps/pthread -I./libpthread/linuxthreads.old -I./libpthread -I/var/tmp/src/buildroot-sparc32/toolchain_build_sparc/linux/include/ -isystem /var/tmp/src/buildroot-sparc32/build_sparc/staging_dir/bin/../lib/gcc/sparc-linux-uclibc/4.2.1/include -DNDEBUG -fPIC /tmp/ccW2Jo0U.s: Assembler messages: /tmp/ccW2Jo0U.s:45: Error: `__uc_malloc_failed' can't be equated to common symbol '__GI___uc_malloc_failed' _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
