1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:14:49 -07:00
go/src/cmd
Rémy Oudompheng 20c76f7f3f cmd/gc: mark wrapper methods for unnamed types as DUPOK.
Unnamed types like structs with embedded fields can have methods.
These methods are generated on-the-fly by the compiler and
it may happen for identical types in different packages.
The linker must accept these multiple definitions.

Fixes #4590.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/7030051
2013-01-02 21:42:26 +01:00
..
5a cmd/gc, cmd/ld: struct field tracking 2012-11-02 00:17:21 -04:00
5c cmd/5c: fix dataflag annotation 2012-09-25 14:42:44 +08:00
5g undo CL 6938073 / 1542912cf09d 2012-12-22 11:18:04 -05:00
5l cmd/[568]l: do not generate PT_TLS on openbsd 2012-12-21 01:27:50 +11:00
6a cmd/gc, cmd/ld: struct field tracking 2012-11-02 00:17:21 -04:00
6c cmd/6c, cmd/8c: add fixjmp step to regopt. 2012-12-06 07:20:03 +01:00
6g undo CL 6938073 / 1542912cf09d 2012-12-22 11:18:04 -05:00
6l cmd/6l, cmd/8l: add -Z flag to zero stack frame on entry 2012-12-22 11:20:17 -05:00
8a cmd/8a: support XMM registers. 2012-12-06 07:27:38 +01:00
8c cmd/6c, cmd/8c: add fixjmp step to regopt. 2012-12-06 07:20:03 +01:00
8g undo CL 6938073 / 1542912cf09d 2012-12-22 11:18:04 -05:00
8l cmd/6l, cmd/8l: add -Z flag to zero stack frame on entry 2012-12-22 11:20:17 -05:00
addr2line
api cmd/api: speed up API check by 2x, caching parser.ParseFile calls 2012-11-19 13:50:20 -08:00
cc libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value 2012-11-27 03:05:46 +08:00
cgo cmd/cgo: access errno from void C function 2012-12-18 00:26:08 +08:00
cov libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value 2012-11-27 03:05:46 +08:00
dist cmd/dist: use -pipe during bootstrap 2012-12-30 10:33:33 +11:00
fix cmd/fix: Add keys to printer.Config composite literals. 2012-12-16 19:31:59 -05:00
gc cmd/gc: mark wrapper methods for unnamed types as DUPOK. 2013-01-02 21:42:26 +01:00
go cmd/go: remove debugging flag introduced in CL 6996054 2012-12-22 17:04:56 -05:00
godoc cmd/godoc: ignore misnamed examples and print a warning 2013-01-02 16:00:41 +11:00
gofmt gofmt: test rewrite of (x.(type)) -> x.(type) 2012-12-06 09:20:03 -08:00
ld cmd/ld: fix valgrind warning in strnput 2012-12-28 15:32:24 +11:00
nm gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
objdump
pack cmd/pack: rename __.SYMDEF to __.GOSYMDEF 2012-09-13 10:26:21 -04:00
prof libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value 2012-11-27 03:05:46 +08:00
vet cmd/vet: expand printf flags understood by %s and %q. 2012-12-21 13:48:36 +11:00
yacc cmd/yacc: fix debug print of token name 2012-12-22 16:45:35 -05:00