http://bugzilla.opensuse.org/show_bug.cgi?id=1170826 http://bugzilla.opensuse.org/show_bug.cgi?id=1170826#c17 --- Comment #17 from Jeff Kowalczyk <jkowalczyk@suse.com> --- go upstream replies that no, the proposed patch is only for 32-bit arm (I should have noticed that before asking) and would likely not resolve go's issue with ld on aarch64. Leaving a note for myself on how to track changes in binutils upstream:the proposed patch was added to binutils 2016-04-19 soon after the bug report: https://sourceware.org/git/?p=binutils-gdb.git;a=blobdiff;f=bfd/elf32-arm.c;... That commit is present in: binutils-gdb $ git branch --contains 5522f910cb539905d6adfdceab208ddfa5e84557 binutils-2_32-branch * master I will also do some checking to better understand and document how the conditional check in Go code: if ctxt.Arch.InFamily(sys.ARM, sys.ARM64) maps to our armv7l and aarch64 at runtime. -- You are receiving this mail because: You are on the CC list for the bug.