]> Cypherpunks repositories - gostls13.git/commit
copy tweaks
authorRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 06:16:55 +0000 (22:16 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 18 Nov 2009 06:16:55 +0000 (22:16 -0800)
commited0beea27b1315408ca7997ba814f881caee30a3
treef7eed6067e60040d780fb0321493e603fb9cfa51
parentea5cc6c021081753955c0063214b443479317331
copy tweaks
  * move memmove to arch-specific subdirectories
  * add memmove for arm
  * add copyright notices marking them as copied from Inferno

R=ken2
https://golang.org/cl/156061
src/pkg/runtime/386/memmove.s [new file with mode: 0644]
src/pkg/runtime/Makefile
src/pkg/runtime/amd64/memmove.s [new file with mode: 0644]
src/pkg/runtime/memmove_386.s [deleted file]
src/pkg/runtime/memmove_amd64.s [deleted file]