]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(compiler-rt): update compiler-rt source files
authorDaniel Boulby <daniel.boulby@arm.com>
Fri, 21 Oct 2022 19:20:52 +0000 (20:20 +0100)
committerDaniel Boulby <daniel.boulby@arm.com>
Mon, 24 Oct 2022 15:49:32 +0000 (16:49 +0100)
commit8a6a9560b5dcccfb68064c0c8c9b4b47981c6ac7
treef754a982d96805a733cbd632e7ddad9b5e1522f3
parent93cec697deb654303379cae8f25a31dc8b90cd31
feat(compiler-rt): update compiler-rt source files

Update the compiler-rt source files to the tip of the llvm-project [1].
To do this some new header files were pulled in from the freebsd-src
repo [2].

[1] https://github.com/llvm/llvm-project/commit/fae258e
[2] https://github.com/freebsd/freebsd-src/commit/243a0eda

Change-Id: I1a012b1fe04e127d35e208923877c98c5d999d00
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
19 files changed:
include/lib/libc/aarch32/float.h [new file with mode: 0644]
include/lib/libc/aarch64/float.h [new file with mode: 0644]
include/lib/libc/sys/cdefs.h [new file with mode: 0644]
lib/compiler-rt/builtins/arm/aeabi_ldivmod.S
lib/compiler-rt/builtins/arm/aeabi_uldivmod.S
lib/compiler-rt/builtins/assembly.h
lib/compiler-rt/builtins/ctzdi2.c
lib/compiler-rt/builtins/divdi3.c
lib/compiler-rt/builtins/divmoddi4.c
lib/compiler-rt/builtins/int_div_impl.inc [new file with mode: 0644]
lib/compiler-rt/builtins/int_endianness.h
lib/compiler-rt/builtins/int_lib.h
lib/compiler-rt/builtins/int_math.h
lib/compiler-rt/builtins/int_types.h
lib/compiler-rt/builtins/int_util.h [new file with mode: 0644]
lib/compiler-rt/builtins/lshrdi3.c
lib/compiler-rt/builtins/popcountdi2.c
lib/compiler-rt/builtins/popcountsi2.c
lib/compiler-rt/builtins/udivmoddi4.c