From 8f7120bbacb0bb7a8aca1102f76f64a462f40231 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Fri, 22 Mar 2013 10:25:56 +0800 Subject: [PATCH] Drop unnecessary execution permission for .cpp/.c/.h Change-Id: I9ac2b9d8f6bdb4fab8962210c5ec8f9c3e8c0ebf --- libc/arch-x86/bionic/__get_tls.c | 0 libc/arch-x86/bionic/__set_tls.c | 0 libc/arch-x86/bionic/__stack_chk_fail_local.h | 0 libc/arch-x86/bionic/crtbegin.c | 0 libc/arch-x86/bionic/crtbegin_so.c | 0 libc/kernel/common/linux/msm_q6venc.h | 0 libdl/dltest.c | 0 linker/arch/x86/begin.c | 0 linker/linker.cpp | 0 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 libc/arch-x86/bionic/__get_tls.c mode change 100755 => 100644 libc/arch-x86/bionic/__set_tls.c mode change 100755 => 100644 libc/arch-x86/bionic/__stack_chk_fail_local.h mode change 100755 => 100644 libc/arch-x86/bionic/crtbegin.c mode change 100755 => 100644 libc/arch-x86/bionic/crtbegin_so.c mode change 100755 => 100644 libc/kernel/common/linux/msm_q6venc.h mode change 100755 => 100644 libdl/dltest.c mode change 100755 => 100644 linker/arch/x86/begin.c mode change 100755 => 100644 linker/linker.cpp diff --git a/libc/arch-x86/bionic/__get_tls.c b/libc/arch-x86/bionic/__get_tls.c old mode 100755 new mode 100644 diff --git a/libc/arch-x86/bionic/__set_tls.c b/libc/arch-x86/bionic/__set_tls.c old mode 100755 new mode 100644 diff --git a/libc/arch-x86/bionic/__stack_chk_fail_local.h b/libc/arch-x86/bionic/__stack_chk_fail_local.h old mode 100755 new mode 100644 diff --git a/libc/arch-x86/bionic/crtbegin.c b/libc/arch-x86/bionic/crtbegin.c old mode 100755 new mode 100644 diff --git a/libc/arch-x86/bionic/crtbegin_so.c b/libc/arch-x86/bionic/crtbegin_so.c old mode 100755 new mode 100644 diff --git a/libc/kernel/common/linux/msm_q6venc.h b/libc/kernel/common/linux/msm_q6venc.h old mode 100755 new mode 100644 diff --git a/libdl/dltest.c b/libdl/dltest.c old mode 100755 new mode 100644 diff --git a/linker/arch/x86/begin.c b/linker/arch/x86/begin.c old mode 100755 new mode 100644 diff --git a/linker/linker.cpp b/linker/linker.cpp old mode 100755 new mode 100644