diff options
author | 2020-11-26 22:59:03 +0100 | |
---|---|---|
committer | 2020-11-27 13:15:38 +0100 | |
commit | 3dfb99b12884b95fa24735bca01d457cddfa8405 (patch) | |
tree | 5d2b537ef41d87090f8381c4796a8a2e5cf27850 /go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch | |
parent | mod: bump (diff) | |
download | wireguard-windows-3dfb99b12884b95fa24735bca01d457cddfa8405.tar.xz wireguard-windows-3dfb99b12884b95fa24735bca01d457cddfa8405.zip |
go-patches: force PIE mode on arm
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch')
-rw-r--r-- | go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch b/go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch index 91d90f67..48247bf2 100644 --- a/go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch +++ b/go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch @@ -1,7 +1,7 @@ From a0a59fc25f4d8aef3c7bce38c84f04c504745f0e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 8 Nov 2020 03:09:42 +0100 -Subject: [PATCH 02/10] cmd/link: deal with ADDR32NB relocations the same way +Subject: [PATCH 02/11] cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on arm As far as I can tell, the addend is the same for both of these, and in |