1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:31:21 -06:00
go/src/cmd
Russ Cox 2d1a9510ed cmd/cgo: omit misaligned struct fields, like we omit bitfields
Fixes #7560.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/96300045
2014-05-12 23:48:20 -04:00
..
5a liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
5c liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
5g cmd/gc: fix liveness vs regopt mismatch for input variables 2014-05-12 17:19:02 -04:00
5l runtime: use duff zero and copy to initialize memory 2014-05-07 13:17:10 -07:00
6a liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
6c liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
6g cmd/gc: fix liveness vs regopt mismatch for input variables 2014-05-12 17:19:02 -04:00
6l liblink, cmd/ld: reenable nosplit checking and test 2014-04-16 22:08:00 -04:00
8a liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
8c liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj 2014-04-16 14:36:44 -07:00
8g cmd/gc: fix liveness vs regopt mismatch for input variables 2014-05-12 17:19:02 -04:00
8l liblink, cmd/ld: reenable nosplit checking and test 2014-04-16 22:08:00 -04:00
addr2line cmd/addr2line: accept optional "0x" prefix for addresses. 2014-05-10 13:35:40 -04:00
api std lib: fix various typos in comments 2014-05-02 13:17:55 -07:00
cc build: remove tmp dir names from objects, support GOROOT_FINAL again 2014-04-15 20:46:46 -04:00
cgo cmd/cgo: omit misaligned struct fields, like we omit bitfields 2014-05-12 23:48:20 -04:00
dist cmd/dist: permit go* tag in main branch when it includes "beta" 2014-05-01 12:13:32 -04:00
fix cmd/fix: remove obsolete testdata. 2013-06-02 15:40:32 +02:00
gc cmd/gc: alias more variables during register allocation 2014-05-12 17:10:36 -04:00
go cmd/go: fix 'go test foo_test.go' 2014-05-12 20:45:31 -04:00
gofmt cmd/gofmt: minor internal cleanups 2014-02-27 09:00:27 -08:00
ld cmd/ld: correct pe section number in symbol table 2014-05-06 11:40:43 +10:00
link src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
nm cmd/nm: do not write to GOROOT testdata directories during TestNM 2014-05-12 09:26:05 +10:00
objdump cmd/objdump: works with windows pe executables now 2014-05-12 17:00:57 +10:00
pack src: fix issues found by go vet std 2014-04-26 19:54:48 -07:00
yacc cmd/yacc: expr example support windows 2013-12-19 12:14:07 -05:00