Update gosuper to go 1.8.3

Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2017-06-12 17:52:45 -07:00
parent af41632075
commit 848184e9a6
3 changed files with 8 additions and 8 deletions

View File

@ -8,9 +8,9 @@ RUN apt-get update \
rsync \
&& rm -rf /var/lib/apt/lists/
ENV GOLANG_VERSION 1.7.6
ENV GOLANG_VERSION 1.8.3
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ENV GOLANG_DOWNLOAD_SHA256 ad5808bf42b014c22dd7646458f631385003049ded0bb6af2efc7f1f79fa29ea
ENV GOLANG_DOWNLOAD_SHA256 1862f4c3d3907e59b04a757cfda0ea7aa9ef39274af99a784f5be843c80c6772
COPY go-${GOLANG_VERSION}-patches /go-${GOLANG_VERSION}-patches

View File

@ -1,4 +1,4 @@
commit e85665ea84c11128b8d2408054372ee81598e09d
commit 6a0e489a556d753161ce75d85a3114654c031853
Author: Pablo Carranza Velez <pablo@resin.io>
Date: Fri Jun 9 14:57:23 2017 -0700
@ -10,7 +10,7 @@ Date: Fri Jun 9 14:57:23 2017 -0700
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
diff --git a/src/runtime/asm_386.s b/src/runtime/asm_386.s
index ea11b2b..d3a3cdf 100644
index 3d0b74c..f4e51ce 100644
--- a/src/runtime/asm_386.s
+++ b/src/runtime/asm_386.s
@@ -26,32 +26,6 @@ TEXT runtime·rt0_go(SB),NOSPLIT,$0

View File

@ -1,4 +1,4 @@
commit a8e51a8828f69365a1381821942df96300fe80b2
commit 03def348bdd766df0c508ee8cbf6ceba00e8d78c
Author: Pablo Carranza Velez <pablo@resin.io>
Date: Fri Jun 9 15:07:55 2017 -0700
@ -10,10 +10,10 @@ Date: Fri Jun 9 15:07:55 2017 -0700
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
diff --git a/src/runtime/internal/atomic/asm_386.s b/src/runtime/internal/atomic/asm_386.s
index 357d830..bf40433 100644
index 882906e..d37c675 100644
--- a/src/runtime/internal/atomic/asm_386.s
+++ b/src/runtime/internal/atomic/asm_386.s
@@ -121,12 +121,10 @@ TEXT runtimeinternalatomic·Load64(SB), NOSPLIT, $0-12
@@ -124,12 +124,10 @@ TEXT runtimeinternalatomic·Load64(SB), NOSPLIT, $0-12
JZ 2(PC)
MOVL 0, AX // crash with nil ptr deref
LEAL ret_lo+4(FP), BX
@ -30,7 +30,7 @@ index 357d830..bf40433 100644
RET
// void runtimeinternalatomic·Store64(uint64 volatile* addr, uint64 v);
@@ -135,13 +133,10 @@ TEXT runtimeinternalatomic·Store64(SB), NOSPLIT, $0-12
@@ -138,13 +136,10 @@ TEXT runtimeinternalatomic·Store64(SB), NOSPLIT, $0-12
TESTL $7, AX
JZ 2(PC)
MOVL 0, AX // crash with nil ptr deref