Update to compiler-rt 6.0.0.
authorpatrick <patrick@openbsd.org>
Tue, 18 Sep 2018 20:21:40 +0000 (20:21 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 18 Sep 2018 20:21:40 +0000 (20:21 +0000)
commit3d56ebce3ebb9c8a172fe01306f9897260997ec2
treeb429f71c3354e03b64d1418b8bc7d7eea2265b45
parent4c0b66fd4fd1d2499e586191219b58499796b0e5
Update to compiler-rt 6.0.0.

tested by naddy@
ok kettenis@
67 files changed:
lib/libcompiler_rt/CMakeLists.txt
lib/libcompiler_rt/aarch64/chkstk.S [new file with mode: 0644]
lib/libcompiler_rt/adddf3.c
lib/libcompiler_rt/addsf3.c
lib/libcompiler_rt/arm/aeabi_cdcmp.S
lib/libcompiler_rt/arm/aeabi_cfcmp.S
lib/libcompiler_rt/arm/aeabi_idivmod.S
lib/libcompiler_rt/arm/aeabi_memcmp.S
lib/libcompiler_rt/arm/aeabi_memcpy.S
lib/libcompiler_rt/arm/aeabi_memmove.S
lib/libcompiler_rt/arm/aeabi_memset.S
lib/libcompiler_rt/arm/aeabi_uidivmod.S
lib/libcompiler_rt/arm/bswapdi2.S
lib/libcompiler_rt/arm/bswapsi2.S
lib/libcompiler_rt/arm/clzdi2.S
lib/libcompiler_rt/arm/clzsi2.S
lib/libcompiler_rt/arm/comparesf2.S
lib/libcompiler_rt/arm/divmodsi4.S
lib/libcompiler_rt/arm/divsi3.S
lib/libcompiler_rt/arm/modsi3.S
lib/libcompiler_rt/arm/udivmodsi4.S
lib/libcompiler_rt/arm/udivsi3.S
lib/libcompiler_rt/arm/umodsi3.S
lib/libcompiler_rt/ashldi3.c
lib/libcompiler_rt/ashrdi3.c
lib/libcompiler_rt/assembly.h
lib/libcompiler_rt/clear_cache.c
lib/libcompiler_rt/comparedf2.c
lib/libcompiler_rt/comparesf2.c
lib/libcompiler_rt/cpu_model.c
lib/libcompiler_rt/divdf3.c
lib/libcompiler_rt/divsf3.c
lib/libcompiler_rt/divsi3.c
lib/libcompiler_rt/emutls.c
lib/libcompiler_rt/enable_execute_stack.c
lib/libcompiler_rt/extendhfsf2.c
lib/libcompiler_rt/extendsfdf2.c
lib/libcompiler_rt/fixdfdi.c
lib/libcompiler_rt/fixdfsi.c
lib/libcompiler_rt/fixsfdi.c
lib/libcompiler_rt/fixsfsi.c
lib/libcompiler_rt/fixunsdfdi.c
lib/libcompiler_rt/fixunsdfsi.c
lib/libcompiler_rt/fixunssfdi.c
lib/libcompiler_rt/fixunssfsi.c
lib/libcompiler_rt/floatdidf.c
lib/libcompiler_rt/floatdisf.c
lib/libcompiler_rt/floatsidf.c
lib/libcompiler_rt/floatsisf.c
lib/libcompiler_rt/floatundidf.c
lib/libcompiler_rt/floatundisf.c
lib/libcompiler_rt/floatunsidf.c
lib/libcompiler_rt/floatunsisf.c
lib/libcompiler_rt/int_endianness.h
lib/libcompiler_rt/int_lib.h
lib/libcompiler_rt/lshrdi3.c
lib/libcompiler_rt/muldf3.c
lib/libcompiler_rt/muldi3.c
lib/libcompiler_rt/mulsf3.c
lib/libcompiler_rt/negdf2.c
lib/libcompiler_rt/negsf2.c
lib/libcompiler_rt/subdf3.c
lib/libcompiler_rt/subsf3.c
lib/libcompiler_rt/truncdfhf2.c
lib/libcompiler_rt/truncdfsf2.c
lib/libcompiler_rt/truncsfhf2.c
lib/libcompiler_rt/udivsi3.c