mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
4ca2fc4d8b
These assemblers produce byte-for-byte identical output to the ones written in C. They are primarily a proof that cmd/internal/obj can be used standalone to produce working object files. (The use via objwriter starts by deserializing an already-constructed internal representation, so objwriter does not exercise the code in cmd/internal/obj that creates such a representation from scratch.) Change-Id: I1793d8d010046cfb9d8b4d2d4469e7f47a3d3ac7 Reviewed-on: https://go-review.googlesource.com/3143 Reviewed-by: Rob Pike <r@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
53 lines
747 B
Plaintext
53 lines
747 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/liblink/anames?.c
|
|
src/cmd/*/y.output
|
|
src/cmd/cgo/zdefaultcc.go
|
|
src/cmd/dist/dist.dSYM
|
|
src/cmd/gc/mkbuiltin1
|
|
src/cmd/gc/opnames.h
|
|
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/
|