• Jordan Rhee's avatar
    cmd/link: support windows/arm · aa311fec
    Jordan Rhee authored
    Enable the Go linker to generate executables for windows/arm.
    
    Generates PE relocation tables, which are used by Windows to
    dynamically relocate the Go binary in memory. Windows on ARM
    requires all modules to be relocatable, unlike x86/amd64 which are
    permitted to have fixed base addresses.
    
    Updates #26148
    
    Change-Id: Ie63964ff52c2377e121b2885e9d05ec3ed8dc1cd
    Reviewed-on: https://go-review.googlesource.com/125648
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    aa311fec
Name
Last commit
Last update
..
amd64 Loading commit data...
arm Loading commit data...
arm64 Loading commit data...
ld Loading commit data...
loadelf Loading commit data...
loadmacho Loading commit data...
loadpe Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
objfile Loading commit data...
ppc64 Loading commit data...
s390x Loading commit data...
sym Loading commit data...
wasm Loading commit data...
x86 Loading commit data...