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

Simon Marchi simark@sourceware.org
Wed Mar 27 01:08:59 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f61e97cc86a4003e4c731e356985fdd291d7cb69

commit f61e97cc86a4003e4c731e356985fdd291d7cb69
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Sat Mar 16 13:21:03 2024 -0400

    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:
---
 gdb/gdbarch_types.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

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


More information about the Gdb-cvs mailing list