From: Ian Lance Taylor Date: Fri, 10 Apr 2015 23:47:14 +0000 (-0700) Subject: doc/go1.5.txt: note new options for go, gc, asm, ld X-Git-Tag: go1.5beta1~1188 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0eadcc886e15dbd8536bb1f3450fa02f53ceeee3;p=gostls13.git doc/go1.5.txt: note new options for go, gc, asm, ld Change-Id: I353ff7eb35b066a1a2693c087c9876adac8e3fd0 Reviewed-on: https://go-review.googlesource.com/8763 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 2d50d19c52..78076936cd 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -57,6 +57,12 @@ cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5 cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later cmd/vet: better validation of struct tags (https://golang.org/cl/2685) cmd/ld: no longer record build timestamp in Windows PE file header (https://golang.org/cl/3740) +cmd/go: add -toolexec build option +cmd/go: drop -ccflags build option +cmd/go: add -asmflags build option +cmd/go: add -buildmode build option +cmd/gc: add -dynlink option (for amd64 only) +cmd/ld: add -buildmode option cmd/trace: new command to view traces (https://golang.org/cl/3601) Performance: @@ -82,6 +88,10 @@ regexp: port RE2's bitstate backtracker to the regexp package (https://golang.or Assembler: +New cmd/asm tool (now use go tool asm, not go tool 6a) + +Assembler now supports -dynlink option. + ARM assembly syntax has had some features removed. - mentioning SP or PC as a hardware register