From 5f5da6def00972aeb2ace394f2e1cd7bb4b73a7a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 10 Nov 2020 21:58:15 +0100 Subject: go-patches: support 8 callback arguments on arm Signed-off-by: Jason A. Donenfeld --- go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch') diff --git a/go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch b/go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch index 7898b32a..925fd8cd 100644 --- a/go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch +++ b/go-patches/0004-cmd-link-do-not-mark-resource-section-as-writable.patch @@ -1,7 +1,7 @@ From 3d9d47826907f8836cf4f364e45b8e2580dbc470 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 8 Nov 2020 11:11:27 +0100 -Subject: [PATCH 4/8] cmd/link: do not mark resource section as writable +Subject: [PATCH 4/9] cmd/link: do not mark resource section as writable Resources are immutable, and all other linkers set this section to be read-only and not read-write. Fix this oversight by rmoving the writable -- cgit v1.2.3-59-g8ed1b