]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
filter out dl-start.S: No such file or directory in gdbserver_tests
authorMark Wielaard <mark@klomp.org>
Thu, 9 Nov 2023 22:42:37 +0000 (23:42 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 9 Nov 2023 22:42:56 +0000 (23:42 +0100)
On some aarch64 GNU/Linux systems gdb will be unable to find the
dl-start.S file and complain. Filter out this message to make the
tests pass.

gdbserver_tests/filter_vgdb.in

index 7c42a1849f32e74e2f9a14cce6a9d8aa888a7d11..b71835cda28523a6dba040a77f021796af14b471 100755 (executable)
@@ -14,6 +14,8 @@ $dir/../tests/filter_addresses                  |
 #       are installed but not system source then these
 #       errors get produced by GDB
 $SED -e '/\(rtld_start.S\|kill.S\|_exit.S\|_select.S\): No such file or directory/d' |
+# Likewise on some aarch64 GNU/Linux systems for dl-start.S
+$SED -e '/dl-start.S: No such file or directory/d' |
 
 # filter vgdb process id,
 #             pid