* commit '09049311a229c427f73e3e0ac873bf344b45aaf2': libc: Define new symbol visibility macros
This commit is contained in:
committed by
Android Git Automerger
commit
d6b58b03b8
@@ -97,6 +97,12 @@
|
||||
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
|
||||
#define ASEND(y) _END(_ASM_LABEL(y))
|
||||
|
||||
#ifdef __ELF__
|
||||
#define ENTRY_PRIVATE(y) ENTRY(y); .hidden _C_LABEL(y)
|
||||
#else
|
||||
#define ENTRY_PRIVATE(y) ENTRY(y)
|
||||
#endif
|
||||
|
||||
#define ASMSTR .asciz
|
||||
|
||||
#if defined(__ELF__) && defined(PIC)
|
||||
|
||||
Reference in New Issue
Block a user