From: Simon Marchi Date: Sat, 16 Mar 2024 17:21:03 +0000 (-0400) Subject: gdb: make gdbarch_types.py non-executable X-Git-Tag: gdb-15-branchpoint~593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f61e97cc86a4003e4c731e356985fdd291d7cb69;p=thirdparty%2Fbinutils-gdb.git gdb: make gdbarch_types.py non-executable I noticed that gdbarch_types.py is executable. It's not needed, since it's only imported from gdbarch.py. Change-Id: I481170714af66fc3fc3a48c55a7268e0789cf83e --- diff --git a/gdb/gdbarch_types.py b/gdb/gdbarch_types.py old mode 100755 new mode 100644