am f67e5211: Merge "Hide the symbol of helper function __libc_android_abort"
Merge commit 'f67e5211e045af1b12f646448a5a35f96ba5e8f1' into gingerbread-plus-aosp * commit 'f67e5211e045af1b12f646448a5a35f96ba5e8f1': Hide the symbol of helper function __libc_android_abort
This commit is contained in:
commit
ff7d94530d
@ -95,6 +95,10 @@
|
|||||||
__asm__(".section _sec\n\t.asciz _str\n\t.previous")
|
__asm__(".section _sec\n\t.asciz _str\n\t.previous")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* GCC visibility helper macro */
|
||||||
|
#define __LIBC_HIDDEN__ \
|
||||||
|
__attribute__ ((visibility ("hidden")))
|
||||||
|
|
||||||
#define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
|
#define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
|
||||||
|
|
||||||
#define __RCSID(_s) __IDSTRING(rcsid,_s)
|
#define __RCSID(_s) __IDSTRING(rcsid,_s)
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
__libc_android_log_print(ANDROID_LOG_DEBUG, "libc-abort", (format), ##__VA_ARGS__ )
|
__libc_android_log_print(ANDROID_LOG_DEBUG, "libc-abort", (format), ##__VA_ARGS__ )
|
||||||
|
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
void
|
__LIBC_HIDDEN__ void
|
||||||
__libc_android_abort(void)
|
__libc_android_abort(void)
|
||||||
#else
|
#else
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user