1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/cmd
Anthony Martin 13c69f0379 cmd/internal/objfile: fix dissassembly of Plan 9 object files
This is a reapplication of CL 93520045 (changeset 5012df7fac58)
since that was lost during the move to an internal package.

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/134020043
2014-08-28 16:01:31 -07:00
..
5a all: remove 'extern register M *m' from runtime 2014-06-26 11:54:39 -04:00
5c cmd/cc, runtime: convert C compilers to use Go calling convention 2014-08-27 11:32:17 -04:00
5g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
5l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
6a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
6c cmd/cc, runtime: convert C compilers to use Go calling convention 2014-08-27 11:32:17 -04:00
6g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
6l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
8a cmd/6a, cmd/8a: document AJxx condition codes 2014-08-19 08:07:58 -07:00
8c cmd/cc, runtime: convert C compilers to use Go calling convention 2014-08-27 11:32:17 -04:00
8g cmd/gc, runtime: treat slices and strings like pointers in garbage collection 2014-08-25 14:38:19 -04:00
8l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
api cmd/api: more runtime fixes 2014-08-28 11:51:09 -04:00
cc runtime: move finalizer thread to Go. 2014-08-28 13:23:10 -07:00
cgo cmd/cgo: check for compiler errors in the C preamble 2014-08-14 09:21:58 -07:00
dist runtime: convert NewCallback and NewCallbackCDecl to Go 2014-08-25 15:59:13 +10:00
fix cmd/fix: mention -help instead of the non-existent -? flag 2014-08-07 23:24:32 +10:00
gc cmd/gc: fix undefined behaviour warnings in mparith3.c 2014-08-27 15:23:38 +10:00
go cmd/go: add missing doc for GOOS and GOARCH 2014-08-25 20:01:43 -07:00
gofmt cmd/gofmt: don't permit -w with stdin 2014-08-25 15:29:47 -07:00
internal/objfile cmd/internal/objfile: fix dissassembly of Plan 9 object files 2014-08-28 16:01:31 -07:00
ld cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
link cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -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,objdump}: fix finding pclntab and symtab for pe and plan9obj 2014-08-27 18:01:17 -07: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