]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: make gdbarch_types.py non-executable
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 16 Mar 2024 17:21:03 +0000 (13:21 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 27 Mar 2024 01:07:49 +0000 (21:07 -0400)
commitf61e97cc86a4003e4c731e356985fdd291d7cb69
treefc41839965460ef91221cfe43820f68e26b79e86
parentdb3bcacad0fb411f95cd4aa47495bcccbdec4235
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
gdb/gdbarch_types.py [changed mode: 0755->0644]