Displaying 3 results from an estimated 3 matches for "__sync_bool_compare_and_swap_4".
2009 Feb 05
0
[LLVMdev] Linking with OpenMP support
...compile and link an x86 assembly file with OpenMP calls using
llvm-gcc 4.2.1 and I get the following errors:
/afs/
cs.wisc.edu/p/vertical/tools/llvm-gcc-4.2/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../libgomp.a(team.o):
In function `gomp_team_start':
(.text+0x15a): undefined reference to `__sync_bool_compare_and_swap_4'
/afs/
cs.wisc.edu/p/vertical/tools/llvm-gcc-4.2/bin/../lib/gcc/i686-pc-linux-gnu/4.2.1/../../../libgomp.a(team.o):
In function `gomp_team_start':
(.text+0x192): undefined reference to `__sync_lock_test_and_set_4'
/afs/
cs.wisc.edu/p/vertical/tools/llvm-gcc-4.2/bin/../lib/gcc/i686-pc-li...
2011 Jan 11
2
[LLVMdev] VMKit link
.../vmkit/lib/J3/VMCore/JavaObject.cpp:59: undefined reference
to `__sync_val_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libClasspath.a(JavaUpcalls.o): In
function `Java_sun_misc_Unsafe_compareAndSwapInt':
/root/llvm/vmkit/lib/J3/Classpath/Classpath.inc:322: undefined
reference to `__sync_bool_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/libClasspath.a(JavaUpcalls.o): In
function `mvm::Collector::objectReferenceTryCASBarrier(gc*, gc**, gc*,
gc*)':
/root/llvm/vmkit/lib/Mvm/GCMmap2/MvmGC.h:375: undefined reference to
`__sync_val_compare_and_swap_4'
/root/llvm/vmkit/Debug+Asserts/lib/lib...
2011 May 29
1
Where is the Centos Linux 5.5 kernel syscall handler for mmap? (Keith Roberts)
.../libc_pic.os /
home/frankc/DQTTest5/elf/sofini.os /home/frankc/DQTTest5/elf/interp.os
/home/frankc/DQTTest5/elf/ld.so -lgcc
/home/frankc/DQTTest5/libc_pic.os: In function `__libc_fork':
/home/frankc/DQT1/glibc-2.9/posix/../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:79: undefined reference to `__sync_bool_compare_and_swap_4'
/home/frankc/DQTTest5/
gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl,
-dynamic-linker=/home/frankc/DQT1/glibc-2.9/lib/ld-linux.so.2
-B/home/frankc/DQTTest5/csu/ -Wl,
--version-script=/home/frankc/DQTTest5/libc.map
-Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both...