mirror of
https://github.com/golang/go
synced 2024-11-18 20:04:52 -07:00
a8e5e803e6
cmd/internal/obj needs information about the default values of GOROOT, GOARM, GOEXPERIMENT, Version, and so on. It cannot ask package runtime, because during bootstrap package runtime comes from Go 1.4. So it must have its own copy. Change-Id: I73d3e75a3d47210b3184a51a810ebb44826b81e5 Reviewed-on: https://go-review.googlesource.com/3140 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Rob Pike <r@golang.org>
55 lines
788 B
Plaintext
55 lines
788 B
Plaintext
.DS_Store
|
|
*.[5689ao]
|
|
*.a[5689o]
|
|
*.so
|
|
*.pyc
|
|
._*
|
|
.nfs.*
|
|
[5689a].out
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
.*.swp
|
|
core
|
|
*.cgo*.go
|
|
*.cgo*.c
|
|
_cgo_*
|
|
_obj
|
|
_test
|
|
_testmain.go
|
|
build.out
|
|
test.out
|
|
doc/articles/wiki/*.bin
|
|
include/plan9/libc_plan9.h
|
|
misc/cgo/life/run.out
|
|
misc/cgo/stdio/run.out
|
|
misc/cgo/testso/main
|
|
misc/dashboard/builder/builder
|
|
src/cmd/?a/y.output
|
|
src/liblink/anames?.c
|
|
src/cmd/cc/y.output
|
|
src/cmd/cgo/zdefaultcc.go
|
|
src/cmd/dist/dist.dSYM
|
|
src/cmd/gc/mkbuiltin1
|
|
src/cmd/gc/opnames.h
|
|
src/cmd/gc/y.output
|
|
src/cmd/go/zdefaultcc.go
|
|
src/cmd/internal/obj/zbootstrap.go
|
|
src/go/doc/headscan
|
|
src/runtime/mkversion
|
|
src/runtime/zaexperiment.h
|
|
src/runtime/zversion.go
|
|
src/unicode/maketables
|
|
src/*.*/
|
|
test/pass.out
|
|
test/run.out
|
|
test/times.out
|
|
test/garbage/*.out
|
|
goinstall.log
|
|
last-change
|
|
VERSION.cache
|
|
|
|
bin/
|
|
pkg/
|