From 504963e6a466bd0c13c6f36f1ca129602151e598 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Thu, 6 Oct 2011 18:33:13 +0900 Subject: [PATCH] build: clear execute bit from source files R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/5201042 --- src/pkg/math/atan2_386.s | 0 src/pkg/runtime/cgo/386.S | 0 src/pkg/runtime/cgo/windows_386.c | 0 src/pkg/runtime/cgo/windows_amd64.c | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/pkg/math/atan2_386.s mode change 100755 => 100644 src/pkg/runtime/cgo/386.S mode change 100755 => 100644 src/pkg/runtime/cgo/windows_386.c mode change 100755 => 100644 src/pkg/runtime/cgo/windows_amd64.c diff --git a/src/pkg/math/atan2_386.s b/src/pkg/math/atan2_386.s old mode 100755 new mode 100644 diff --git a/src/pkg/runtime/cgo/386.S b/src/pkg/runtime/cgo/386.S old mode 100755 new mode 100644 diff --git a/src/pkg/runtime/cgo/windows_386.c b/src/pkg/runtime/cgo/windows_386.c old mode 100755 new mode 100644 diff --git a/src/pkg/runtime/cgo/windows_amd64.c b/src/pkg/runtime/cgo/windows_amd64.c old mode 100755 new mode 100644 -- 2.50.0