1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:04:41 -07:00
go/src/cmd
Joel Sing e6ca125f14 cmd/[568]l: do not generate PT_TLS on openbsd
The OpenBSD ld.so(1) does not currently support PT_TLS and refuses
to load ELF binaries that contain PT_TLS sections. Do not emit PT_TLS
sections - we will handle this appropriately in runtime/cgo instead.

R=golang-dev, minux.ma, iant
CC=golang-dev
https://golang.org/cl/6846064
2012-12-21 01:27:50 +11: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 cmd/gc: add GOEXPERIMENT=zerostack to clear stack on function entry 2012-12-17 14:32:26 -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 cmd/6g: fix componentgen for funarg structs. 2012-12-17 22:29:43 +01:00
6l cmd/[568]l: do not generate PT_TLS on openbsd 2012-12-21 01:27:50 +11: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 cmd/gc: add GOEXPERIMENT=zerostack to clear stack on function entry 2012-12-17 14:32:26 -05:00
8l cmd/[568]l: do not generate PT_TLS on openbsd 2012-12-21 01:27:50 +11:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
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/go: handle os signals 2012-12-14 17:33:59 +11:00
fix cmd/fix: Add keys to printer.Config composite literals. 2012-12-16 19:31:59 -05:00
gc cmd/gc: add GOEXPERIMENT=zerostack to clear stack on function entry 2012-12-17 14:32:26 -05:00
go testing: only capture stdout when running examples 2012-12-20 10:48:33 +11:00
godoc cmd/godoc: fix godoc net/http on windows 2012-12-01 00:42:50 +08:00
gofmt gofmt: test rewrite of (x.(type)) -> x.(type) 2012-12-06 09:20:03 -08:00
ld cmd/ld: skip 0-length write in cwrite 2012-12-06 00:00:20 -05:00
nm gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
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 all: fix typos 2012-12-19 03:04:09 +08:00
yacc all: fix typos 2012-12-19 03:04:09 +08:00