diff options
author | Tom de Vries <tdevries@suse.de> | 2021-10-29 14:11:08 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-10-29 14:11:08 +0200 |
commit | b88e456f7e3e6d8c354da57d3e77a98575070ee8 (patch) | |
tree | ae039d8d59040b4948105511f21e612d143c3ee4 /gdb/python/python-config.py | |
parent | 91b7c7e522802371f07cf614e5e5b24c1911a6d8 (diff) | |
download | binutils-b88e456f7e3e6d8c354da57d3e77a98575070ee8.zip binutils-b88e456f7e3e6d8c354da57d3e77a98575070ee8.tar.gz binutils-b88e456f7e3e6d8c354da57d3e77a98575070ee8.tar.bz2 |
[gdb/build] Fix build with --disable-unit-tests
A build with --disable-unit-tests currently run into:
...
ld: maint.o: in function \
`maintenance_selftest_completer(cmd_list_element*, completion_tracker&,
char const*, char const*)':
src/gdb/maint.c:1183: undefined reference to \
`selftests::for_each_selftest(
gdb::function_view<
void (std::__cxx11::basic_string<char,std::char_traits<char>,
std::allocator<char> > const&)>)'
...
Fix this by guarding the call to selftests::for_each_selftest in
maintenance_selftest_completer with GDB_SELF_TEST, such that the "-verbose"
completion still works.
Rebuild on x86_64-linux and ran gdb.gdb/unittest.exp.
Diffstat (limited to 'gdb/python/python-config.py')
0 files changed, 0 insertions, 0 deletions