Index: lib/csu/mips/crti.S =================================================================== --- lib/csu/mips/crti.S +++ lib/csu/mips/crti.S @@ -5,7 +5,7 @@ .gnu_attribute 4, 0 #endif .section .init,"ax",%progbits - .align 4 + .balign 4 .globl _init .type _init,%function _init: @@ -29,7 +29,7 @@ .set reorder .section .fini,"ax",%progbits - .align 4 + .balign 4 .globl _fini .type _fini,%function _fini: Index: lib/csu/mips/crtn.S =================================================================== --- lib/csu/mips/crtn.S +++ lib/csu/mips/crtn.S @@ -5,7 +5,7 @@ .gnu_attribute 4, 0 #endif .section .init,"ax",%progbits - .align 4 + .balign 4 .set noreorder #if defined(__ABICALLS__) && (defined(__mips_n32) || defined(__mips_n64)) REG_L gp, CALLFRAME_GP(sp) @@ -16,7 +16,7 @@ .set reorder .section .fini,"ax",%progbits - .align 4 + .balign 4 .set noreorder #if defined(__ABICALLS__) && (defined(__mips_n32) || defined(__mips_n64)) REG_L gp, CALLFRAME_GP(sp)