]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: include --enable-targets in 'show configuration' output
authorAndrew Burgess <aburgess@redhat.com>
Sat, 5 Oct 2024 11:34:14 +0000 (12:34 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Tue, 8 Oct 2024 13:19:00 +0000 (14:19 +0100)
commitcd5e87850f36882acaa3220207737b9ca136f3f9
tree4d0e12aa17082f7a40b2a2eed267567111ea0544
parent16a6f7d2ee33b50f4b6c35f8932379f963bc2beb
gdb: include --enable-targets in 'show configuration' output

Include the value of configuration flag --enable-targets in the output
of GDB command 'show configuration' and also in the output printed for
'gdb --configuration'.  This will make it easier to see how GDB was
built.

No tests added or updated as we can't really check for a specific flag
appearing or not appearing on the configuration output.  But we do
print the configuration within lib/gdb.exp to check which features are
built into GDB, so if this change broke configuration printing then
plenty of tests should stop working (they don't).

Approved-By: Tom Tromey <tom@tromey.com>
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/top.c