[binutils-gdb] [gdb] Fix file mode of gdb/microblaze-linux-nat.c
Tom de Vries via Gdb-cvs <[email protected]> Mon, 15 Jun 2026 08:28:36 +0000 (GMT)
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=451306340c0d9683a46191b29b72d748a78e14eb commit 451306340c0d9683a46191b29b72d748a78e14eb Author: Tom de Vries <[email protected]> Date: Mon Jun 15 10:28:32 2026 +0200 [gdb] Fix file mode of gdb/microblaze-linux-nat.c 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. Diff: --- gdb/microblaze-linux-nat.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/gdb/microblaze-linux-nat.c b/gdb/microblaze-linux-nat.c old mode 100755 new mode 100644