]> Cypherpunks repositories - gostls13.git/commit
math: convert textflags from numbers to symbols
authorKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 17:25:18 +0000 (10:25 -0700)
committerKeith Randall <khr@golang.org>
Mon, 12 Aug 2013 17:25:18 +0000 (10:25 -0700)
commit1f7966346e4de8bda27699900e190d7925c1650c
treebb0efefa963a1dc58fd12b1974d441f16917cad5
parentdb324ccd72c93d34effa24e6f1a2a12c0cd39f04
math: convert textflags from numbers to symbols

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12773044
67 files changed:
src/pkg/math/abs_386.s
src/pkg/math/abs_amd64.s
src/pkg/math/abs_arm.s
src/pkg/math/asin_386.s
src/pkg/math/asin_amd64.s
src/pkg/math/asin_arm.s
src/pkg/math/atan2_386.s
src/pkg/math/atan2_amd64.s
src/pkg/math/atan2_arm.s
src/pkg/math/atan_386.s
src/pkg/math/atan_amd64.s
src/pkg/math/atan_arm.s
src/pkg/math/dim_386.s
src/pkg/math/dim_amd64.s
src/pkg/math/dim_arm.s
src/pkg/math/exp2_386.s
src/pkg/math/exp2_amd64.s
src/pkg/math/exp2_arm.s
src/pkg/math/exp_386.s
src/pkg/math/exp_amd64.s
src/pkg/math/exp_arm.s
src/pkg/math/expm1_386.s
src/pkg/math/expm1_amd64.s
src/pkg/math/expm1_arm.s
src/pkg/math/floor_386.s
src/pkg/math/floor_amd64.s
src/pkg/math/floor_arm.s
src/pkg/math/fltasm_amd64.s
src/pkg/math/frexp_386.s
src/pkg/math/frexp_amd64.s
src/pkg/math/frexp_arm.s
src/pkg/math/hypot_386.s
src/pkg/math/hypot_amd64.s
src/pkg/math/hypot_arm.s
src/pkg/math/ldexp_386.s
src/pkg/math/ldexp_amd64.s
src/pkg/math/ldexp_arm.s
src/pkg/math/log10_386.s
src/pkg/math/log10_amd64.s
src/pkg/math/log10_arm.s
src/pkg/math/log1p_386.s
src/pkg/math/log1p_amd64.s
src/pkg/math/log1p_arm.s
src/pkg/math/log_386.s
src/pkg/math/log_amd64.s
src/pkg/math/log_arm.s
src/pkg/math/mod_386.s
src/pkg/math/mod_amd64.s
src/pkg/math/mod_arm.s
src/pkg/math/modf_386.s
src/pkg/math/modf_amd64.s
src/pkg/math/modf_arm.s
src/pkg/math/remainder_386.s
src/pkg/math/remainder_amd64.s
src/pkg/math/remainder_arm.s
src/pkg/math/sin_386.s
src/pkg/math/sin_amd64.s
src/pkg/math/sin_arm.s
src/pkg/math/sincos_386.s
src/pkg/math/sincos_amd64.s
src/pkg/math/sincos_arm.s
src/pkg/math/sqrt_386.s
src/pkg/math/sqrt_amd64.s
src/pkg/math/sqrt_arm.s
src/pkg/math/tan_386.s
src/pkg/math/tan_amd64.s
src/pkg/math/tan_arm.s