]> Cypherpunks repositories - gostls13.git/commit
cmd/link: prefix Go syms with _ on darwin
authorJeremy Faller <jeremy@golang.org>
Wed, 18 Sep 2019 17:59:52 +0000 (13:59 -0400)
committerJeremy Faller <jeremy@golang.org>
Wed, 18 Sep 2019 18:26:00 +0000 (18:26 +0000)
commit1aa64b55f1edc68b2e8f4b301e33f4a9588f7c1f
treea1dee7b3a0c04051777b74857ff9e485cbe18f63
parentbaf7d95350c9eab317efe769cf113b3611a6ccd0
cmd/link: prefix Go syms with _ on darwin

RELNOTE=This change adds an underscore to all Go symbols in darwin, and
the behavior might be confusing to users of tools like "nm", etc.

Fixes #33808

Change-Id: I1849e6618c81215cb9bfa62b678f6f389cd009d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/196217
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/issue33808_test.go [new file with mode: 0644]
src/cmd/link/internal/ld/macho.go
src/debug/macho/file.go