Russ Cox
|
19db5eaaa9
|
debug/pe: remove use of unsafe
Helps in environments with restricted support for unsafe.
LGTM=bradfitz
R=r, bradfitz
CC=dsymonds, golang-codereviews
https://golang.org/cl/156410044
|
2014-10-20 11:10:00 -04:00 |
|
Ian Lance Taylor
|
a4a249a6e9
|
debug/elf: add comments explaining applyRelocations for amd64/arm64
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/155190043
|
2014-10-09 14:38:45 -07:00 |
|
Russ Cox
|
8ca8e2723e
|
debug/dwarf: correct name for clang-generated complex type
Fixes #8694.
LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/143570043
|
2014-09-24 16:53:47 -04:00 |
|
Russ Cox
|
b8cc805bc6
|
build: move package sources from src/pkg to src
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
|
2014-09-08 00:08:51 -04:00 |
|