Merge "For libm, use a macro for aliasing symbols."

This commit is contained in:
Christopher Ferris
2015-03-14 17:44:31 +00:00
committed by Gerrit Code Review
25 changed files with 29 additions and 54 deletions

View File

@@ -57,4 +57,8 @@
ENTRY(f); \
.hidden f \
#define ALIAS_SYMBOL(alias, original) \
.globl alias; \
.equ alias, original
#endif /* _PRIVATE_BIONIC_ASM_H_ */