[1/9] Drop executable mode in some files
Checks
| Context |
Check |
Description |
| linaro-tcwg-bot/tcwg_gdb_build--master-arm |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_gdb_check--master-arm |
success
|
Test passed
|
Commit Message
During a review, Claude Code noticed that gdb/amd64-tdep.c has executable
mode.
This was added by accident in commit f9aa48dc545 ("gdb, amd64: extend the
amd64 prologue analyzer to skip register pushes").
Fix this, and similar problems in other files.
---
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
Comments
On 6/3/26 6:05 AM, Tom de Vries wrote:
> During a review, Claude Code noticed that gdb/amd64-tdep.c has executable
> mode.
>
> This was added by accident in commit f9aa48dc545 ("gdb, amd64: extend the
> amd64 prologue analyzer to skip register pushes").
>
> Fix this, and similar problems in other files.
Since I had the exact same patch:
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Simon
On 6/4/26 10:05 PM, Simon Marchi wrote:
> On 6/3/26 6:05 AM, Tom de Vries wrote:
>> During a review, Claude Code noticed that gdb/amd64-tdep.c has executable
>> mode.
>>
>> This was added by accident in commit f9aa48dc545 ("gdb, amd64: extend the
>> amd64 prologue analyzer to skip register pushes").
>>
>> Fix this, and similar problems in other files.
>
> Since I had the exact same patch:
>
> Approved-By: Simon Marchi <simon.marchi@efficios.com>
>
Pushed, thanks.
- Tom
> Simon
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644
old mode 100755
new mode 100644