go/src
Ian Lance Taylor a3310f9981 [release-branch.go1.4] cmd/go: if -no-pie doesn't work, try -nopie
This is a backport of https://golang.org/cl/49710 to the Go 1.4 branch.

Original CL description:
    GCC says -no-pie, clang says -nopie.

Updates #21042

Change-Id: I67b755ccb0149324098b79e07ee4bbc49429c44c
Reviewed-on: https://go-review.googlesource.com/49711
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-07-20 18:44:07 +00:00
..
archive
bufio bufio: remove unused 'panicked' variable from test 2014-11-06 15:22:29 +11:00
builtin
bytes cmd/go: fix bytes and net the right way 2014-09-24 19:18:01 -04:00
cmd [release-branch.go1.4] cmd/go: if -no-pie doesn't work, try -nopie 2017-07-20 18:44:07 +00:00
compress all: use golang.org/x/... import paths 2014-11-10 09:15:57 +11:00
container
crypto crypto/x509: add Solaris certificate file location 2014-11-09 20:57:44 -08:00
database/sql database/sql: make TestDrivers not crash on second run 2014-10-31 09:49:42 -07:00
debug [release-branch.go1.4] debug/goobj: move to cmd/internal/goobj 2014-11-17 12:56:35 +11:00
encoding [release-branch.go1.4] [release-branch.go1.4] encoding/xml: remove SyntaxError.Byte 2014-12-05 22:19:13 -05:00
errors
expvar
flag flag: roll back 156390043 (flag setting) 2014-10-20 13:28:00 -07:00
fmt fmt: fix one-letter typo in doc.go 2014-10-29 06:53:05 -07:00
go [release-branch.go1.4] go/build: build $GOOS_test.go always 2014-11-24 22:00:01 -05:00
hash hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2. 2014-11-12 18:48:00 +11:00
html html/template: fix build after encoding/js escaping change 2014-10-28 10:18:44 +11:00
image [release-branch.go1.4] image/jpeg: handle Read returning n > 0, err != nil in d.fill 2014-11-23 11:15:26 -05:00
index/suffixarray
internal/syscall
io io: clarify Reader returning 0, nil 2014-09-16 10:01:28 -04:00
lib9 lib9, cmd/ld: fixes for cross-linking on a Windows host 2014-09-18 17:27:26 -07:00
libbio
liblink liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
log log/syslog: try /var/run/log, for FreeBSD 2014-09-30 12:30:16 -04:00
math [release-branch.go1.4] math/big: bug in AndNot(x,y) for x>0,y<0. 2015-02-17 06:48:38 +00:00
mime
net [release-branch.go1.4] net/http: backport some potential request smuggling vectors from Go 1.5 2015-09-22 06:40:33 +00:00
os os: document that users of Fd should keep f alive 2014-11-06 09:36:51 -05:00
path path/filepath: document that Glob ignores i/o errors 2014-09-18 21:50:22 -04:00
reflect [release-branch.go1.4] runtime: hashmap: move overflow pointer to end of bucket 2015-01-14 05:42:05 +00:00
regexp regexp/syntax: Clarify comment of OpAnyCharNotNL. 2014-11-11 18:52:07 -08:00
runtime runtime: use set_thread_area instead of modify_ldt on linux/386 2016-10-23 17:00:35 +00:00
sort
strconv strconv: fix documentation for CanBackquote. 2014-09-09 11:45:36 -07:00
strings strings: use fast path for IndexRune 2014-10-06 15:10:51 -07:00
sync sync/atomic: fix comment referencing Value.Store's argument name 2014-10-31 00:48:57 -03:00
syscall syscall: fix Gettimeofday on macOS Sierra 2016-10-23 03:47:36 +00:00
testing runtime: fix memory profiler 2014-10-16 22:11:26 +04:00
text text/template: fix bug in pipelined variadics 2014-10-18 11:22:05 -07:00
time [release-branch.go1.4] time: skip TestLoadFixed on the Go 1.4 branch 2016-10-24 23:37:04 +00:00
unicode unicode/utf8: fix docs for DecodeRune(empty) and friends. 2014-10-16 09:13:50 +11:00
unsafe unsafe: document that unsafe programs are not protected 2014-10-24 09:37:25 -07:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
make.rc
nacltest.bash
race.bash
race.bat
run.bash [release-branch.go1.4] build: disable race external linking test on OS X 10.6 and earlier 2014-11-19 21:25:07 -05:00
run.bat run.bat: comment text properly 2014-10-02 16:15:36 +10:00
run.rc
sudo.bash