]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: use crypto/md5 instead of md5.go
authorMatthew Dempsky <mdempsky@google.com>
Fri, 27 Feb 2015 07:05:30 +0000 (16:05 +0900)
committerKeith Randall <khr@golang.org>
Thu, 5 Mar 2015 22:59:28 +0000 (22:59 +0000)
commit392434e1d05b14c97c43c43db7b5a0a6168690d9
tree50da14793568e515cb50d2796542696daa05688a
parented263f4dd2b8d9b0681d4e3b7ce79471fb800fc4
cmd/internal/gc: use crypto/md5 instead of md5.go

Note: for simplicity, this CL changes the identifiers assigned to
gclocals.* objects; e.g., on amd64, gclocals.ABCDEFGHIJKLMNOP is now
gclocals.HGFEDCBAPONMLKJI.  However, since Go requires all packages to
be built with the same toolchain version anyway, this should be a
non-issue.

Similarly, type hashes change somewhat, but don't seem to be exposed
to users in any detectable manner.

Change-Id: Iadb3bce472af9b022b88d52b3c4c5e4113cda330
Reviewed-on: https://go-review.googlesource.com/6232
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/internal/gc/md5.go [deleted file]
src/cmd/internal/gc/pgen.go
src/cmd/internal/gc/subr.go