Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@efficios.com>
To: gdb-patches@sourceware.org
Cc: Simon Marchi <simon.marchi@efficios.com>
Subject: [PATCH] gdb: make some files non-executable
Date: Thu,  4 Jun 2026 15:44:08 -0400	[thread overview]
Message-ID: <20260604194414.879389-1-simon.marchi@efficios.com> (raw)

These files have no reason to be executable.

Change-Id: Ia61d80e9fa14c3ced5a562562e0fdf14391d7315
---
 gdb/amd64-tdep.c                                      | 0
 gdb/testsuite/gdb.arch/amd64-lam.c                    | 0
 gdb/testsuite/gdb.base/jump_multiple_objfiles-foo.c   | 0
 gdb/testsuite/gdb.base/jump_multiple_objfiles.c       | 0
 gdb/testsuite/gdb.base/jump_multiple_objfiles.exp     | 0
 gdb/testsuite/gdb.base/jump_multiple_objfiles.h       | 0
 gdb/testsuite/gdb.btrace/exception.exp                | 0
 gdb/testsuite/gdb.fortran/nested-funcs.exp            | 0
 gdb/testsuite/gdb.fortran/nested-funcs.f90            | 0
 gdb/testsuite/gdb.fortran/oop_extend_type.exp         | 0
 gdb/testsuite/gdb.fortran/oop_extend_type.f90         | 0
 gdb/testsuite/gdb.fortran/print_type.exp              | 0
 gdb/testsuite/gdb.fortran/vla-type.exp                | 0
 gdb/testsuite/gdb.fortran/vla-type.f90                | 0
 gdb/testsuite/gdb.testsuite/gdb_test_multiple-lbl.gdb | 0
 gdb/testsuite/lib/compiler.cc                         | 0
 16 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 gdb/amd64-tdep.c
 mode change 100755 => 100644 gdb/testsuite/gdb.arch/amd64-lam.c
 mode change 100755 => 100644 gdb/testsuite/gdb.base/jump_multiple_objfiles-foo.c
 mode change 100755 => 100644 gdb/testsuite/gdb.base/jump_multiple_objfiles.c
 mode change 100755 => 100644 gdb/testsuite/gdb.base/jump_multiple_objfiles.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.base/jump_multiple_objfiles.h
 mode change 100755 => 100644 gdb/testsuite/gdb.btrace/exception.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.f90
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/oop_extend_type.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/oop_extend_type.f90
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/print_type.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/vla-type.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/vla-type.f90
 mode change 100755 => 100644 gdb/testsuite/gdb.testsuite/gdb_test_multiple-lbl.gdb
 mode change 100755 => 100644 gdb/testsuite/lib/compiler.cc

diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.arch/amd64-lam.c b/gdb/testsuite/gdb.arch/amd64-lam.c
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.base/jump_multiple_objfiles-foo.c b/gdb/testsuite/gdb.base/jump_multiple_objfiles-foo.c
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.base/jump_multiple_objfiles.c b/gdb/testsuite/gdb.base/jump_multiple_objfiles.c
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.base/jump_multiple_objfiles.exp b/gdb/testsuite/gdb.base/jump_multiple_objfiles.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.base/jump_multiple_objfiles.h b/gdb/testsuite/gdb.base/jump_multiple_objfiles.h
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.btrace/exception.exp b/gdb/testsuite/gdb.btrace/exception.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/nested-funcs.exp b/gdb/testsuite/gdb.fortran/nested-funcs.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/nested-funcs.f90 b/gdb/testsuite/gdb.fortran/nested-funcs.f90
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/oop_extend_type.exp b/gdb/testsuite/gdb.fortran/oop_extend_type.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/oop_extend_type.f90 b/gdb/testsuite/gdb.fortran/oop_extend_type.f90
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/print_type.exp b/gdb/testsuite/gdb.fortran/print_type.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/vla-type.exp b/gdb/testsuite/gdb.fortran/vla-type.exp
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.fortran/vla-type.f90 b/gdb/testsuite/gdb.fortran/vla-type.f90
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/gdb.testsuite/gdb_test_multiple-lbl.gdb b/gdb/testsuite/gdb.testsuite/gdb_test_multiple-lbl.gdb
old mode 100755
new mode 100644
diff --git a/gdb/testsuite/lib/compiler.cc b/gdb/testsuite/lib/compiler.cc
old mode 100755
new mode 100644

base-commit: dafd73bcda60e9a54bdd43c79337dce452b1d8af
-- 
2.54.0


             reply	other threads:[~2026-06-04 19:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-04 19:44 Simon Marchi [this message]
2026-06-04 19:50 ` Tom de Vries
2026-06-04 19:51   ` Simon Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260604194414.879389-1-simon.marchi@efficios.com \
    --to=simon.marchi@efficios.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox