]> Cypherpunks repositories - gostls13.git/commit
fix 386 build:
authorRobert Griesemer <gri@golang.org>
Tue, 18 Aug 2009 17:41:26 +0000 (10:41 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 18 Aug 2009 17:41:26 +0000 (10:41 -0700)
commitac5093fc2251cbe0bd77fd10603d347957af41cf
treec0065b72687452c847cfd2d8d809aea91883fff7
parent88742ef0cc5634b2574e440e906be0a53c37262a
fix 386 build:
- implememted empty stubs for 386 assembly routines
- removed assembly code operating on single words (except for one)
- adjusted tests

R=rsc
DELTA=126  (46 added, 67 deleted, 13 changed)
OCL=33461
CL=33461
src/pkg/big/arith.go
src/pkg/big/arith_386.s [new file with mode: 0644]
src/pkg/big/arith_amd64.s
src/pkg/big/arith_test.go