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/linker/arch/mips/begin.S b/linker/arch/mips/begin.S index cbe1e37..1bdd358 100644 --- a/linker/arch/mips/begin.S +++ b/linker/arch/mips/begin.S
@@ -27,7 +27,7 @@ */ .text - .align 4 + .balign 16 .type __start,@function .ent __start