diff options
| author | Elliott Hughes <enh@google.com> | 2014-08-20 13:11:58 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-08-20 13:11:58 -0700 |
| commit | 0e7f8a9e52bac84c69aa2260d2a6356584ff3674 (patch) | |
| tree | 90bd00cd1ce68652f544cec32d3db9cfa276572d /libc/arch-mips/include | |
| parent | 7134fc30892bff763e7c24ac722151e0777b5409 (diff) | |
| download | bionic-0e7f8a9e52bac84c69aa2260d2a6356584ff3674.zip bionic-0e7f8a9e52bac84c69aa2260d2a6356584ff3674.tar.gz bionic-0e7f8a9e52bac84c69aa2260d2a6356584ff3674.tar.bz2 | |
Simplify _ALIGN_TEXT.
Bug: 16872067
Change-Id: I2b622f252c21ce1b344c040f828ab3f4bf9b6c0a
Diffstat (limited to 'libc/arch-mips/include')
| -rw-r--r-- | libc/arch-mips/include/machine/asm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-mips/include/machine/asm.h b/libc/arch-mips/include/machine/asm.h index 5eacde3..cdc7914 100644 --- a/libc/arch-mips/include/machine/asm.h +++ b/libc/arch-mips/include/machine/asm.h @@ -28,9 +28,7 @@ #ifndef _MIPS64_ASM_H #define _MIPS64_ASM_H -#ifndef _ALIGN_TEXT -# define _ALIGN_TEXT .align 4 -#endif +#define __bionic_asm_align 4 #undef __bionic_asm_custom_entry #undef __bionic_asm_custom_end |
