[pushed] gdb: make gdbarch_types.py non-executable

Message ID 20240327010907.523623-1-simon.marchi@polymtl.ca
State New
Headers
Series [pushed] gdb: make gdbarch_types.py non-executable |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Testing passed

Commit Message

Simon Marchi March 27, 2024, 1:09 a.m. UTC
  I noticed that gdbarch_types.py is executable.  It's not needed, since
it's only imported from gdbarch.py.

Change-Id: I481170714af66fc3fc3a48c55a7268e0789cf83e
---
 gdb/gdbarch_types.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 gdb/gdbarch_types.py


base-commit: db3bcacad0fb411f95cd4aa47495bcccbdec4235
  

Patch

diff --git a/gdb/gdbarch_types.py b/gdb/gdbarch_types.py
old mode 100755
new mode 100644