arm64/arm64asm: remove execute bit from source files

Change-Id: I64c1433bc2463c2b002ad0803f610cce3e073b35
Reviewed-on: https://go-review.googlesource.com/82437
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2 files changed
tree: 33d69185bc6d6f99579aa4397a78646f953c7428
  1. arm/
  2. arm64/
  3. ppc64/
  4. vendor/
  5. x86/
  6. AUTHORS
  7. codereview.cfg
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. PATENTS
  12. README.md
README.md

arch

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

This repository requires Go 1.5+ with the vendor experiment enabled.