mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Pull in r285478 from upstream compiler-rt trunk (by Saleem Abdulrasool):
build: give aliases the same visibility ARM EABI also uses function aliases. Ensure that those aliased functions are given proper visibility annotations. Reported by: mmel MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D9633
This commit is contained in:
parent
922193e7ff
commit
b0f512390e
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,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__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue