From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1879) id 1C2893858C36; Wed, 27 Mar 2024 01:08:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C2893858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711501739; bh=LII4MknomP90OVUHuILjVWc9qeeFx+5VIxHFYSszkvU=; h=From:To:Subject:Date:From; b=gpE7nocgG+kNknChHxfG0Z3PuWWMbS7iDkMqE9BXQir8640/Iuwsb+dIfJ7ZS1VtD n6NBg7r6rlhQD88cMtqplz6RUqUqiU6jMhlaNSq56TDaG9dJoiYNOpXqGOzSsQLanE cxGaYgoBd6TGSEpDnndE2tkac7HMcSbjFY3G1vHg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Simon Marchi To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: make gdbarch_types.py non-executable X-Act-Checkin: binutils-gdb X-Git-Author: Simon Marchi X-Git-Refname: refs/heads/master X-Git-Oldrev: db3bcacad0fb411f95cd4aa47495bcccbdec4235 X-Git-Newrev: f61e97cc86a4003e4c731e356985fdd291d7cb69 Message-Id: <20240327010859.1C2893858C36@sourceware.org> Date: Wed, 27 Mar 2024 01:08:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df61e97cc86a4= 003e4c731e356985fdd291d7cb69 commit f61e97cc86a4003e4c731e356985fdd291d7cb69 Author: Simon Marchi Date: Sat Mar 16 13:21:03 2024 -0400 gdb: make gdbarch_types.py non-executable =20 I noticed that gdbarch_types.py is executable. It's not needed, since it's only imported from gdbarch.py. =20 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