]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb] Fix '_ ("foo")'
authorTom de Vries <tdevries@suse.de>
Mon, 17 Nov 2025 16:29:31 +0000 (17:29 +0100)
committerTom de Vries <tdevries@suse.de>
Mon, 17 Nov 2025 16:29:31 +0000 (17:29 +0100)
commit1fa5831f2b2e59e4950ebe9820a709e6124aab49
tree8fec2db06bad1800771db9b91313688833ef65e1
parent71ffab58c38a52b279c869dc3436ae99c785419e
[gdb] Fix '_ ("foo")'

Our documented style [1] is to use '_("foo")', not '_ ("foo")'.

Fix this in a few places.

[1] https://sourceware.org/gdb/wiki/Internals%20GDB-C-Coding-Standards#Gettext_macro
gdb/dwarf2/read-debug-names.c
gdb/linux-thread-db.c
gdb/riscv-linux-tdep.c
gdb/source.c
gdb/symfile.c
gdb/symtab.c
gdb/top.c