diff options
author | mmel <mmel@FreeBSD.org> | 2017-04-16 05:14:42 +0000 |
---|---|---|
committer | mmel <mmel@FreeBSD.org> | 2017-04-16 05:14:42 +0000 |
commit | 1c62786f7ca3f6f533e56f2dd7cf8406b2ccaac0 (patch) | |
tree | 0575ba153444e10055d1057c21b1ee48e32423f1 /contrib/compiler-rt | |
parent | 3d2b6505a9d4e2cf7eca765e43f3ab5699c10830 (diff) | |
download | FreeBSD-src-1c62786f7ca3f6f533e56f2dd7cf8406b2ccaac0.zip FreeBSD-src-1c62786f7ca3f6f533e56f2dd7cf8406b2ccaac0.tar.gz |
MFC r313823,r313866:
r313823:
Pull in r285478 from upstream compiler-rt trunk (by Saleem Abdulrasool):
r313866:
Publish __aeabi_uidiv and __aeabi_idiv as compatible symbols from libc.
Diffstat (limited to 'contrib/compiler-rt')
-rw-r--r-- | contrib/compiler-rt/lib/builtins/assembly.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/compiler-rt/lib/builtins/assembly.h b/contrib/compiler-rt/lib/builtins/assembly.h index 02977ca..af959b2 100644 --- a/contrib/compiler-rt/lib/builtins/assembly.h +++ b/contrib/compiler-rt/lib/builtins/assembly.h @@ -164,6 +164,7 @@ #define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target) \ .globl SYMBOL_NAME(name) SEPARATOR \ SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \ + DECLARE_SYMBOL_VISIBILITY(SYMBOL_NAME(name)) SEPARATOR \ .set SYMBOL_NAME(name), SYMBOL_NAME(target) SEPARATOR #if defined(__ARM_EABI__) |