]> Cypherpunks repositories - gostls13.git/commit
all: change textflags from numbers to symbols.
authorKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 17:25:36 +0000 (10:25 -0700)
committerKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 17:25:36 +0000 (10:25 -0700)
commit8b789e17381f8c609cee24aad9c42e0f02ee6310
tree9698892a5c17146b8f128af57465ddaa7c1bc505
parent1f7966346e4de8bda27699900e190d7925c1650c
all: change textflags from numbers to symbols.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12774043
26 files changed:
src/pkg/crypto/aes/asm_amd64.s
src/pkg/crypto/md5/md5block_386.s
src/pkg/crypto/md5/md5block_amd64.s
src/pkg/crypto/md5/md5block_arm.s
src/pkg/crypto/rc4/rc4_386.s
src/pkg/crypto/rc4/rc4_amd64.s
src/pkg/crypto/rc4/rc4_arm.s
src/pkg/crypto/sha1/sha1block_386.s
src/pkg/crypto/sha1/sha1block_amd64.s
src/pkg/hash/crc32/crc32_amd64.s
src/pkg/math/big/arith_386.s
src/pkg/math/big/arith_amd64.s
src/pkg/math/big/arith_arm.s
src/pkg/os/signal/sig.s
src/pkg/reflect/asm_386.s
src/pkg/reflect/asm_amd64.s
src/pkg/reflect/asm_arm.s
src/pkg/runtime/cgo/asm_386.s
src/pkg/runtime/cgo/asm_amd64.s
src/pkg/runtime/cgo/asm_arm.s
src/pkg/sync/atomic/asm_386.s
src/pkg/sync/atomic/asm_amd64.s
src/pkg/sync/atomic/asm_arm.s
src/pkg/sync/atomic/asm_freebsd_arm.s
src/pkg/sync/atomic/asm_linux_arm.s
src/pkg/sync/atomic/asm_netbsd_arm.s