diff options
author | Soby Mathew <soby.mathew@arm.com> | 2018-11-07 16:56:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 16:56:03 +0000 |
commit | 621daddb60d7d4f7ab6b3244e0f57b5f8266a632 (patch) | |
tree | 5490d3d500d86de6a88aa5c8f7a20892b35875c9 /lib/compiler-rt/compiler-rt.mk | |
parent | de4fc982a3a46448884fe1aac32e9773138a23c0 (diff) | |
parent | b56ec680800c851382777118e868c6a6d4996729 (diff) |
Merge pull request #1669 from sandrine-bailleux-arm/sb/rm-tzc-top-fn
Remove unneeded _tzc_get_max_top_addr() function
Diffstat (limited to 'lib/compiler-rt/compiler-rt.mk')
-rw-r--r-- | lib/compiler-rt/compiler-rt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compiler-rt/compiler-rt.mk b/lib/compiler-rt/compiler-rt.mk index cb5ab31c..49e497eb 100644 --- a/lib/compiler-rt/compiler-rt.mk +++ b/lib/compiler-rt/compiler-rt.mk @@ -31,5 +31,6 @@ ifeq (${ARCH},aarch32) COMPILER_RT_SRCS := lib/compiler-rt/builtins/arm/aeabi_uldivmod.S \ lib/compiler-rt/builtins/udivmoddi4.c \ - lib/compiler-rt/builtins/ctzdi2.c + lib/compiler-rt/builtins/ctzdi2.c \ + lib/compiler-rt/builtins/lshrdi3.c endif |