svn commit: r234370 - in head: contrib/jemalloc
contrib/jemalloc/doc contrib/jemalloc/include
contrib/jemalloc/include/jemalloc
contrib/jemalloc/include/jemalloc/internal
contrib/jemalloc/src inclu...
Bjoern A. Zeeb
bz at FreeBSD.org
Tue Apr 17 09:35:12 UTC 2012
On 17. Apr 2012, at 07:22 , Jason Evans wrote:
> Author: jasone
> Date: Tue Apr 17 07:22:14 2012
> New Revision: 234370
> URL: http://svn.freebsd.org/changeset/base/234370
>
> Log:
> Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,
> prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc.
> The code being imported by this commit diverged from
> lib/libc/stdlib/malloc.c in March 2010, which means that a portion of
> the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries
> for all subsequent releases.
I am seeing a lot of build failures on all archs with:
/scratch/tmp/bz/obj//i386.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_sub_and_fetch_8'
/scratch/tmp/bz/obj//i386.i386/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_add_and_fetch_8'
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_sub_and_fetch_8'
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_sub_and_fetch_4'
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_add_and_fetch_4'
/scratch/tmp/bz/obj//arm.armeb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.so: undefined reference to `__sync_add_and_fetch_8'
...
...
--
Bjoern A. Zeeb You have to have visions!
It does not matter how good you are. It matters what good you do!
More information about the svn-src-all
mailing list