1
0
mirror of https://github.com/golang/go synced 2024-11-19 21:04:43 -07:00
go/src/cmd
Russ Cox 6c99b5c0d3 cmd/5l, cmd/6l, cmd/8l: increase error buffer size
STRINGSZ (200) is fine for lines generated by things like
instruction dumps, but an error containing a couple file
names can easily exceed that, especially on Macs with
the ridiculous default $TMPDIR.

R=ken2
CC=golang-dev
https://golang.org/cl/11199043
2013-07-11 22:49:15 -04:00
..
5a cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10 2013-05-30 03:03:52 +08:00
5c all: fix typos 2013-06-09 21:50:24 +08:00
5g cmd/gc: support x[i:j:k] 2013-07-01 20:32:36 -04:00
5l cmd/5l, cmd/6l, cmd/8l: increase error buffer size 2013-07-11 22:49:15 -04:00
6a cmd/6a, cmd/6l: add PCLMULQDQ instruction. 2013-06-21 15:17:13 -04:00
6c all: fix typos 2013-06-09 21:50:24 +08:00
6g cmd/6g, cmd/8g: prevent constant propagation of non-constant LEA. 2013-07-05 16:11:22 +02:00
6l cmd/5l, cmd/6l, cmd/8l: increase error buffer size 2013-07-11 22:49:15 -04:00
8a 8a/8l: add PCMPEQB and PMOVMSKB to 386. 2013-03-29 00:34:03 -07:00
8c all: fix typos 2013-06-09 21:50:24 +08:00
8g cmd/6g, cmd/8g: prevent constant propagation of non-constant LEA. 2013-07-05 16:11:22 +02:00
8l cmd/5l, cmd/6l, cmd/8l: increase error buffer size 2013-07-11 22:49:15 -04:00
addr2line cmd/addr2line: exit 0 for --help 2013-03-11 18:12:07 -04:00
api cmd/api: add more platforms 2013-05-21 21:47:32 +08:00
cc cmd/cc: emit size of locals. Will be used for stack copying. 2013-06-11 09:01:27 -07:00
cgo cmd/cgo: silence two gcc warnings for *.cgo2.c 2013-07-12 04:35:53 +08:00
dist runtime: do not generate code during runtime in windows NewCallback 2013-06-24 17:17:45 +10:00
fix cmd/fix: remove obsolete testdata. 2013-06-02 15:40:32 +02:00
gc cmd/gc: fix error message for import as 'init' 2013-07-11 22:40:21 -04:00
go cmd/go: fix a couple of bugs in coverage tooling 2013-07-10 09:52:36 +10:00
godoc cmd/godoc: don't link unexported identifiers 2013-06-14 12:37:23 -07:00
gofmt go/parser: ParseExpr must accept type expressions 2013-04-03 07:41:26 -07:00
ld cmd/ld: correct assignment of sizes to mach-o symbols 2013-07-10 22:06:52 -04:00
nm cmd/nm: don't add filename elements for m symbols 2013-04-03 18:23:43 -07:00
objdump
pack
prof
yacc all: fix typos 2013-06-09 21:50:24 +08:00