Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: Simon Marchi <simon.marchi@efficios.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] gdb: make some files non-executable
Date: Thu, 4 Jun 2026 21:50:13 +0200	[thread overview]
Message-ID: <55cf0b0a-fd6f-423f-ad57-7868fff8f725@suse.de> (raw)
In-Reply-To: <20260604194414.879389-1-simon.marchi@efficios.com>

On 6/4/26 9:44 PM, Simon Marchi wrote:
> These files have no reason to be executable.
> 

Hi Simon,

this looks like a duplicate of the patch I submitted here ( 
https://sourceware.org/pipermail/gdb-patches/2026-June/227780.html ).

Thanks,
- Tom

> 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


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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-04 19:44 Simon Marchi
2026-06-04 19:50 ` Tom de Vries [this message]
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=55cf0b0a-fd6f-423f-ad57-7868fff8f725@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    --cc=simon.marchi@efficios.com \
    /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