From: Meng Zhuo Date: Tue, 25 Feb 2020 14:07:40 +0000 (+0800) Subject: runtime: fix file permission X-Git-Tag: go1.15beta1~1074 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=58ba0f9dcd6c8a94ad59609a370805902ebffd79;p=gostls13.git runtime: fix file permission Remove executable flag of .s files. Change-Id: I8ba0c758b3650238643da50fbfe8f6cd07458f1c Reviewed-on: https://go-review.googlesource.com/c/go/+/220878 Reviewed-by: Cherry Zhang Run-TryBot: Cherry Zhang TryBot-Result: Gobot Gobot --- diff --git a/src/runtime/memclr_riscv64.s b/src/runtime/memclr_riscv64.s old mode 100755 new mode 100644 diff --git a/src/runtime/memmove_riscv64.s b/src/runtime/memmove_riscv64.s old mode 100755 new mode 100644