From a6cf55de54df86135df3e4b45563f1a9806df1e3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 2 Dec 2020 11:33:20 +0100 Subject: go-patches: add ARM TST fix Signed-off-by: Jason A. Donenfeld --- .../0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go-patches/0002-cmd-link-deal-with-ADDR32NB-relocations-the-same-way.patch') 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 3bdaa2f4..9c4bf226 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" Date: Sun, 8 Nov 2020 03:09:42 +0100 -Subject: [PATCH 02/12] cmd/link: deal with ADDR32NB relocations the same way +Subject: [PATCH 02/13] 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 -- cgit v1.2.3-59-g8ed1b