From: BKP Date: Tue, 9 Jan 2018 19:16:29 +0000 (-0600) Subject: style: change C/C++ source permissions to noexec X-Git-Tag: v19.0.0.0~2390 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1246617fb2e4ef2845460eab1c2cd36dd8b336fa;p=gem5.git style: change C/C++ source permissions to noexec Several files in the repository were tracked with execute permissions even though the files are just normal C/C++ files (and the one .isa). Change-Id: I976b096acab4a1fc74c5699ef1f9b222c1e635c2 Reviewed-on: https://gem5-review.googlesource.com/7241 Reviewed-by: Gabe Black Reviewed-by: Nikos Nikoleris Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- diff --git a/ext/mcpat/cacti/subarray.cc b/ext/mcpat/cacti/subarray.cc old mode 100755 new mode 100644 diff --git a/ext/mcpat/cacti/uca.cc b/ext/mcpat/cacti/uca.cc old mode 100755 new mode 100644 diff --git a/src/arch/arm/stage2_lookup.cc b/src/arch/arm/stage2_lookup.cc old mode 100755 new mode 100644 diff --git a/src/arch/arm/stage2_lookup.hh b/src/arch/arm/stage2_lookup.hh old mode 100755 new mode 100644 diff --git a/src/arch/arm/stage2_mmu.cc b/src/arch/arm/stage2_mmu.cc old mode 100755 new mode 100644 diff --git a/src/arch/arm/stage2_mmu.hh b/src/arch/arm/stage2_mmu.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/bare_iron/system.cc b/src/arch/mips/bare_iron/system.cc old mode 100755 new mode 100644 diff --git a/src/arch/mips/bare_iron/system.hh b/src/arch/mips/bare_iron/system.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/dsp.cc b/src/arch/mips/dsp.cc old mode 100755 new mode 100644 diff --git a/src/arch/mips/dsp.hh b/src/arch/mips/dsp.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/dt_constants.hh b/src/arch/mips/dt_constants.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/interrupts.cc b/src/arch/mips/interrupts.cc old mode 100755 new mode 100644 diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/isa/formats/dsp.isa b/src/arch/mips/isa/formats/dsp.isa old mode 100755 new mode 100644 diff --git a/src/arch/mips/mt.hh b/src/arch/mips/mt.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/mt_constants.hh b/src/arch/mips/mt_constants.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/pagetable.hh b/src/arch/mips/pagetable.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/pra_constants.hh b/src/arch/mips/pra_constants.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/system.cc b/src/arch/mips/system.cc old mode 100755 new mode 100644 diff --git a/src/arch/mips/system.hh b/src/arch/mips/system.hh old mode 100755 new mode 100644 diff --git a/src/arch/mips/vtophys.cc b/src/arch/mips/vtophys.cc old mode 100755 new mode 100644 diff --git a/src/arch/power/vtophys.cc b/src/arch/power/vtophys.cc old mode 100755 new mode 100644 diff --git a/src/base/loader/hex_file.cc b/src/base/loader/hex_file.cc old mode 100755 new mode 100644 diff --git a/src/base/loader/hex_file.hh b/src/base/loader/hex_file.hh old mode 100755 new mode 100644 diff --git a/src/cpu/o3/isa_specific.hh b/src/cpu/o3/isa_specific.hh old mode 100755 new mode 100644 diff --git a/src/cpu/o3/thread_context.cc b/src/cpu/o3/thread_context.cc old mode 100755 new mode 100644 diff --git a/src/cpu/o3/thread_context.hh b/src/cpu/o3/thread_context.hh old mode 100755 new mode 100644 diff --git a/src/cpu/o3/thread_context_impl.hh b/src/cpu/o3/thread_context_impl.hh old mode 100755 new mode 100644 diff --git a/src/dev/mips/access.h b/src/dev/mips/access.h old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta.cc b/src/dev/mips/malta.cc old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta.hh b/src/dev/mips/malta.hh old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta_cchip.cc b/src/dev/mips/malta_cchip.cc old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta_cchip.hh b/src/dev/mips/malta_cchip.hh old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta_io.cc b/src/dev/mips/malta_io.cc old mode 100755 new mode 100644 diff --git a/src/dev/mips/malta_io.hh b/src/dev/mips/malta_io.hh old mode 100755 new mode 100644 diff --git a/src/dev/mips/maltareg.h b/src/dev/mips/maltareg.h old mode 100755 new mode 100644 diff --git a/src/mem/snoop_filter.cc b/src/mem/snoop_filter.cc old mode 100755 new mode 100644 diff --git a/src/mem/snoop_filter.hh b/src/mem/snoop_filter.hh old mode 100755 new mode 100644