commit | e6ee960aeff9d543839cd84b38ce599942bca26e | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Oct 27 02:32:47 2016 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Thu Oct 27 05:11:56 2016 -0700 |
tree | e96cfb59cb203354956fb03116f3c41d92b76ebd | |
parent | bd839d100d1c4802cf53f3d27bb73e6032719762 [diff] [blame] |
Replace .align with .balign for clarity Test: run bionic-unit-tests Change-Id: Icb43cc47e41d58fe3cb71986e05b3134022f895c
diff --git a/libc/private/bionic_asm.h b/libc/private/bionic_asm.h index e2084d4..c1fab1f 100644 --- a/libc/private/bionic_asm.h +++ b/libc/private/bionic_asm.h
@@ -41,7 +41,7 @@ #define ENTRY_NO_DWARF(f) \ .text; \ .globl f; \ - .align __bionic_asm_align; \ + .balign __bionic_asm_align; \ .type f, __bionic_asm_function_type; \ f: \ __bionic_asm_custom_entry(f); \