commit | 0e7f8a9e52bac84c69aa2260d2a6356584ff3674 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 20 13:11:58 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 20 13:11:58 2014 -0700 |
tree | 90bd00cd1ce68652f544cec32d3db9cfa276572d | |
parent | 7134fc30892bff763e7c24ac722151e0777b5409 [diff] [blame] |
Simplify _ALIGN_TEXT. Bug: 16872067 Change-Id: I2b622f252c21ce1b344c040f828ab3f4bf9b6c0a
diff --git a/libc/private/bionic_asm.h b/libc/private/bionic_asm.h index 7c2686f..d53ebba 100644 --- a/libc/private/bionic_asm.h +++ b/libc/private/bionic_asm.h
@@ -41,7 +41,7 @@ #define ENTRY(f) \ .text; \ .globl f; \ - _ALIGN_TEXT; \ + .align __bionic_asm_align; \ .type f, __bionic_asm_function_type; \ f: \ __bionic_asm_custom_entry(f); \