Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [pushed 1/2] [gdb] Fix file mode of gdb/microblaze-linux-nat.c
@ 2026-06-15  8:29 Tom de Vries
  2026-06-15  8:29 ` [pushed 2/2] [gdb] Fix flake8 warning in gdb.python/py-inf-exited-at-exit.py Tom de Vries
  0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2026-06-15  8:29 UTC (permalink / raw)
  To: gdb-patches

With current trunk we have:
...
$ pre-commit run check-file-mode --all-files
check-file-mode.........................................................Failed
- hook id: check-file-mode
- exit code: 1

100755 ... gdb/microblaze-linux-nat.c
...

Fix this using chmod -x.
---
 gdb/microblaze-linux-nat.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 gdb/microblaze-linux-nat.c

diff --git a/gdb/microblaze-linux-nat.c b/gdb/microblaze-linux-nat.c
old mode 100755
new mode 100644

base-commit: b55fa8294aebd5e9587169f3c74decea7fec5c33
-- 
2.51.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-15  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  8:29 [pushed 1/2] [gdb] Fix file mode of gdb/microblaze-linux-nat.c Tom de Vries
2026-06-15  8:29 ` [pushed 2/2] [gdb] Fix flake8 warning in gdb.python/py-inf-exited-at-exit.py Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox