]> Cypherpunks repositories - gostls13.git/commit
runtime: cleanup amd64p32 memmove and memclr file organization
authorMartin Möhrmann <moehrmann@google.com>
Sat, 2 Sep 2017 06:33:21 +0000 (08:33 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Tue, 5 Sep 2017 20:00:05 +0000 (20:00 +0000)
commit6675fadfb880bd0a3fa1d5524819db02d200bda2
tree60fbbd6871b29ee14bece6be3bbd2da040f771c3
parent0fb82fbcceb2639e76a2cdb46134d95c14bc13c9
runtime: cleanup amd64p32 memmove and memclr file organization

Move memclr to a separate file to make it consistent
with other platforms asm function to file organization.

Remove nacl from the memmove filename as the implementation
is generic for the amd64p32 platform even if currently only
nacl is supported for amd64p32.

Change-Id: I8930b76da430a5cf2664801974e4f5185fc0f82f
Reviewed-on: https://go-review.googlesource.com/61031
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/asm_amd64p32.s
src/runtime/memclr_amd64p32.s [new file with mode: 0644]
src/runtime/memmove_amd64p32.s [moved from src/runtime/memmove_nacl_amd64p32.s with 100% similarity]