• 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
..
atomic Loading commit data...
cond.go Loading commit data...
cond_test.go Loading commit data...
example_pool_test.go Loading commit data...
example_test.go Loading commit data...
export_test.go Loading commit data...
map.go Loading commit data...
map_bench_test.go Loading commit data...
map_reference_test.go Loading commit data...
map_test.go Loading commit data...
mutex.go Loading commit data...
mutex_test.go Loading commit data...
once.go Loading commit data...
once_test.go Loading commit data...
pool.go Loading commit data...
pool_test.go Loading commit data...
runtime.go Loading commit data...
runtime_sema_test.go Loading commit data...
rwmutex.go Loading commit data...
rwmutex_test.go Loading commit data...
waitgroup.go Loading commit data...
waitgroup_test.go Loading commit data...