1
0
mirror of https://github.com/golang/go synced 2024-11-24 20:20:03 -07:00

doc/go1.2.txt: cmd/5l: support for external linking for linux/arm

R=r
CC=golang-dev
https://golang.org/cl/13019044
This commit is contained in:
Elias Naur 2013-08-21 17:45:35 +10:00 committed by Rob Pike
parent 0e73497a4b
commit c1dd7f4322

View File

@ -20,6 +20,7 @@ archive/tar,archive/zip: fix os.FileInfo implementation to provide base name onl
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
cmd/5l: add MOVBS, MOVHS etc for sub-word moves (CL 12682043).
cmd/5l: support for external linking for linux/arm (CL 12871044).
cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
cmd/gc: three-index slicing to set cap as well as length (CL 10743046).
cmd/gc: make missing package error fatal (CL 12677043).