]> Cypherpunks repositories - gostls13.git/commit
big, bytes: move assembly externs to separate file
authorRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 02:53:08 +0000 (19:53 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 22 Jun 2010 02:53:08 +0000 (19:53 -0700)
commit44ca04d3d60250abe69c0f8fe000666fa4e91386
treef33bce4aabb56b181013ca1c3a7fd32f352d8b90
parentf374575fb7f8b9cec4008e2e55e66e1d8500f931
big, bytes: move assembly externs to separate file
to make it easier to build package without assembly.

R=r, r2
CC=golang-dev
https://golang.org/cl/1680045
src/pkg/big/Makefile
src/pkg/big/arith.go
src/pkg/big/arith_decl.go [new file with mode: 0644]
src/pkg/bytes/Makefile
src/pkg/bytes/bytes.go
src/pkg/bytes/bytes_decl.go [new file with mode: 0644]