WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

[pre-commit] Make gdb/nat codespell-clean

Fix typos in gdb/nat, and add "fpr" to gdb/contrib/codespell-ignore-words.txt.

Tom de Vries (Jun 1, 2026, 2:33 PM +0200) 9bd9eb86 deccaec3

+3 -2
+1 -1
.pre-commit-config.yaml
··· 71 71 rev: v2.4.2 72 72 hooks: 73 73 - id: codespell 74 - files: '^(gdbsupport|gdbserver|gdb/(contrib|dwarf2|tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile|python|guile|config|unittests|cli|testsuite/gdb.(ctf|dap|debuginfod|gdb|go|guile|mi|modula2|objc|opencl|opt|pascal|perf|replay|reverse|rocm|server|stabs|testsuite|tui|xml)))/' 74 + files: '^(gdbsupport|gdbserver|gdb/(nat|contrib|dwarf2|tui|target|data-directory|po|system-gdbinit|mi|syscalls|arch|regformats|compile|python|guile|config|unittests|cli|testsuite/gdb.(ctf|dap|debuginfod|gdb|go|guile|mi|modula2|objc|opencl|opt|pascal|perf|replay|reverse|rocm|server|stabs|testsuite|tui|xml)))/' 75 75 args: [--toml, gdb/pyproject.toml] 76 76 - id: codespell 77 77 name: codespell-log
+1
gdb/contrib/codespell-ignore-words.txt
··· 2 2 SME 3 3 Synopsys 4 4 aranges 5 + fpr
+1 -1
gdb/nat/linux-btrace.c
··· 99 99 return cpu; 100 100 } 101 101 102 - /* Return non-zero if there is new data in PEVENT; zero otherwise. */ 102 + /* Return non-zero if there is new data in PEV; zero otherwise. */ 103 103 104 104 static int 105 105 perf_event_new_data (const struct perf_event_buffer *pev)