1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/cmd
Russ Cox 75b72b1b27 cmd/gc: re-enable IfacePointerOnly
CL 130240043 did this but broke ARM, because
it made newErrorCString start allocating, so we rolled
it back in CL 133810043.

CL 133820043 removed that allocation.

Try again.

Fixes #8405.

LGTM=bradfitz, dave
R=golang-codereviews, bradfitz
CC=dave, golang-codereviews, r
https://golang.org/cl/133830043
2014-08-24 20:31:45 -04:00
..
5a all: remove 'extern register M *m' from runtime 2014-06-26 11:54:39 -04:00
5c cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support 2014-07-10 15:14:37 -04:00
5g cmd/5g: remove dead code. 2014-07-26 17:45:24 -04:00
5l liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. 2014-08-06 00:31:22 -04:00
6a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
6c cmd/6c, cmd/6g: avoid address-as-constant in amd64 instructions 2014-08-12 19:53:11 -04:00
6g cmd/6g: fix undefined behavior in reg.c 2014-08-19 10:52:50 +10:00
6l liblink: use pc-relative addressing for all memory references in amd64 code 2014-08-18 21:06:56 -04:00
8a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
8c cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global variable retok. 2014-06-17 02:05:27 -04:00
8g cmd/8g: fix build 2014-08-11 17:11:31 -04:00
8l cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums 2014-08-06 00:25:52 -04:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
api runtime: convert channel operations to Go, part 1 (chansend1). 2014-08-24 12:31:03 +04:00
cc cmd/cc, runtime: eliminate use of the unnamed substructure C extension 2014-08-07 09:00:02 -04:00
cgo cmd/cgo: check for compiler errors in the C preamble 2014-08-14 09:21:58 -07:00
dist cmd/dist: goc2c ignores GOROOT_FINAL 2014-08-15 15:19:02 -07:00
fix cmd/fix: mention -help instead of the non-existent -? flag 2014-08-07 23:24:32 +10:00
gc cmd/gc: re-enable IfacePointerOnly 2014-08-24 20:31:45 -04:00
go cmd/go: add go generate 2014-08-24 11:34:12 -07:00
gofmt cmd/gofmt: fix error on partial Go code ending with line comment. 2014-08-22 10:18:00 -07:00
internal/objfile cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
ld cmd/ld: fix undefined behaviour in pcln.c 2014-08-22 09:10:33 +10:00
link cmd/link: fix testdata generation 2014-08-24 20:31:16 -04:00
nm cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
objdump cmd/addr2line, cmd/objdump: fix on amd64 Plan 9 2014-07-19 12:16:16 +03:00
pack cmd/pack: skip test on android (no Go tool) 2014-07-08 13:45:06 -04:00
yacc cmd/yacc: remove Makefile and build expr using go generate 2014-08-24 11:34:45 -07:00