]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/link: mangle function name with ABI on Mach-O
authorCherry Zhang <cherryyz@google.com>
Sat, 3 Apr 2021 01:04:31 +0000 (21:04 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 5 Apr 2021 16:37:20 +0000 (16:37 +0000)
commitdcf85b30ba422c50e6e96893a3ed930aea5b6b4a
tree87df563c42cf1693d4bdca2d4f3c6ccc3b593dfe
parent9e3328e7407ab7cd24f48d27ba69d265c57d5805
cmd/link: mangle function name with ABI on Mach-O

This is not strictly necessary. But as we already do this on
ELF and PE, do it here as well.

Updates #40724.

Change-Id: Ie6e5211aba116634bc9ed82eb8d22a7fed3b7776
Reviewed-on: https://go-review.googlesource.com/c/go/+/307229
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/link/internal/ld/macho.go