]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: fix file permission
authorMeng Zhuo <mengzhuo1203@gmail.com>
Tue, 25 Feb 2020 14:07:40 +0000 (22:07 +0800)
committerCherry Zhang <cherryyz@google.com>
Tue, 25 Feb 2020 15:48:09 +0000 (15:48 +0000)
commit58ba0f9dcd6c8a94ad59609a370805902ebffd79
tree950b5da8883f901abc1d96bcf406e2d991fd4400
parent987e4e892325ea91a15a34f7a858ab007fea39c4
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 <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/memclr_riscv64.s [changed mode: 0755->0644]
src/runtime/memmove_riscv64.s [changed mode: 0755->0644]