• Austin Clements's avatar
    runtime, sync/atomic: use NOFRAME on arm · a046caa1
    Austin Clements authored
    This replaces frame size -4 with the NOFRAME flag in arm assembly.
    
    This was automated with:
    
    sed -i -e 's/\(^TEXT.*[A-Z]\),\( *\)\$-4/\1|NOFRAME,\2$0/' $(find -name '*_arm.s')
    
    Plus three manual comment changes found by:
    
    grep '\$-4' $(find -name '*_arm.s')
    
    The go binary is identical before and after this change.
    
    Change-Id: I0310384d1a584118c41d1cd3a042bb8ea7227ef9
    Reviewed-on: https://go-review.googlesource.com/92042
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    a046caa1
Name
Last commit
Last update
..
64bit_arm.go Loading commit data...
asm_386.s Loading commit data...
asm_amd64.s Loading commit data...
asm_amd64p32.s Loading commit data...
asm_arm.s Loading commit data...
asm_arm64.s Loading commit data...
asm_darwin_arm.s Loading commit data...
asm_freebsd_arm.s Loading commit data...
asm_linux_arm.s Loading commit data...
asm_mips64x.s Loading commit data...
asm_mipsx.s Loading commit data...
asm_nacl_arm.s Loading commit data...
asm_netbsd_arm.s Loading commit data...
asm_openbsd_arm.s Loading commit data...
asm_plan9_arm.s Loading commit data...
asm_ppc64x.s Loading commit data...
asm_s390x.s Loading commit data...
atomic_linux_arm_test.go Loading commit data...
atomic_test.go Loading commit data...
doc.go Loading commit data...
export_linux_arm_test.go Loading commit data...
race.s Loading commit data...
value.go Loading commit data...
value_test.go Loading commit data...