gdbserver_tests: Filter out glibc hwcaps libc.so
commit64ab89162906d5b9e2de6c3afe476fec861ef7ec
authorMark Wielaard <mark@klomp.org>
Tue, 2 Nov 2021 13:27:45 +0000 (2 14:27 +0100)
committerMark Wielaard <mark@klomp.org>
Tue, 2 Nov 2021 13:27:45 +0000 (2 14:27 +0100)
tree9ab9ad750fc025a5147bcf40ac1038c962beb59f
parent6e08ee95f7f1b1c3fd434fa380cc5b2cc3e3f7c7
gdbserver_tests: Filter out glibc hwcaps libc.so

On some systems the gdbserver_tests would fail because the filter
for the optimized hwcaps subdir didn't match because the file is
called slightly differently, with the version number before .so
instead of after. For example: /lib64/glibc-hwcaps/power9/libc-2.28.so

Add one extra filter for this pattern.
gdbserver_tests/filter_gdb.in