cmd/link: fails once more than one function of a .syso file is called #20350
Labels
Milestone
Comments
Does it work if you use |
No:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?go version go1.8.1 linux/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
The issue is reproducible using
gcc
on anarm64
machine to build the.syso
file.What did you expect to see?
The program should build.
Removing either the call to
asm1
orasm2
in the.go
file makes it build.Removing either the
JMP asm1ext(SB)
or theJMP asm2ext(SB)
makes it build.Adding
NOSPLIT
to bothasm1
andasm2
doesn’t help either.What did you see instead?
The text was updated successfully, but these errors were encountered: