]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/build] Handle gdbsupport and gdbserver in gdb.pot
authorTom de Vries <tdevries@suse.de>
Wed, 19 Nov 2025 10:53:35 +0000 (11:53 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 19 Nov 2025 10:53:35 +0000 (11:53 +0100)
commit4a40fe05bf0b7c01c2e2cb1addcaea6fa8fd917a
tree9ed8f11cfd9c382285f8aa32f77bf0b131c199c6
parentd07e866442112d19511d7722014cff5e16e43413
[gdb/build] Handle gdbsupport and gdbserver in gdb.pot

Currently, when making gdb.pot:
...
$ cd build/gdb
$ make po/gdb.pot
test -d po || mkdir po
sh -e /data/vries/gdb/src/gdb/po/gdbtext /usr/bin/xgettext gdb . /data/vries/gdb/src/gdb
$
...
only strings from build/gdb and gdb are added.

Also add strings from gdbsupport and gdbserver.

Update gdb/po/gdbtext to handle the .cc files in gdbsupport and gdbserver.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/Makefile.in
gdb/po/gdbtext