index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
nm
/
nm_cgo_test.go
Age
Commit message (
Expand
)
Author
2022-09-28
cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64
Mikael Urankar
2022-05-17
cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64
Xiaodong Liu
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-28
cmd/dist,runtime: support cgo on openbsd/mips64
Joel Sing
2021-04-23
all: do not test internal linking on windows/arm64
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-03
cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64
Joel Sing
2020-10-28
cmd/link: enable internal linking by default on darwin/arm64
Cherry Zhang
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2019-10-28
cmd/nm, runtime/cgo: add cgo support for freebsd/arm64
Tobias Klauser
2019-04-29
cmd,runtime: enable cgo for openbsd/arm64
Joel Sing
2019-03-20
cmd/nm: fix cgo tests for aix/ppc64
Clément Chigot
2017-11-01
cmd/internal/goobj: accept int64 in readInt
Cherry Zhang
2017-09-26
cmd/link: don't use internal linking mode for cgo on PPC64
Ian Lance Taylor
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-09-20
cmd/nm: add test case for go archives
Hiroshi Ioka
2017-02-04
cmd/nm: skip TestInternalLinkerCgoFile if no internal linking is supported
Alex Brainman
2017-02-04
cmd/link: do not prefix external symbols with underscore on windows/386/cgo
Alex Brainman