From: Tom de Vries Date: Sun, 5 Oct 2025 20:50:09 +0000 (+0200) Subject: [gdb/testsuite, tclint] Fix lib/dtrace.exp X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfc60d9582215deb99a196f5c3d6c2f69d46e9d2;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite, tclint] Fix lib/dtrace.exp --- diff --git a/gdb/tclint.toml b/gdb/tclint.toml index 9e5fa7e7d83..a9c3f1aa377 100644 --- a/gdb/tclint.toml +++ b/gdb/tclint.toml @@ -40,7 +40,6 @@ exclude = [ "gdb/testsuite/lib/cp-support.exp", "gdb/testsuite/lib/debuginfod-support.exp", "gdb/testsuite/lib/d-support.exp", -"gdb/testsuite/lib/dtrace.exp", "gdb/testsuite/lib/dwarf.exp", "gdb/testsuite/lib/fortran.exp", "gdb/testsuite/lib/future.exp", diff --git a/gdb/testsuite/lib/dtrace.exp b/gdb/testsuite/lib/dtrace.exp index d558aba822d..2456ba9b7ce 100644 --- a/gdb/testsuite/lib/dtrace.exp +++ b/gdb/testsuite/lib/dtrace.exp @@ -32,7 +32,7 @@ # This function returns -1 on failure, 0 otherwise proc dtrace_build_usdt_test_program {} { global testfile hex objdir srcdir srcfile subdir binfile - + # Make sure that dtrace is installed, it is the real one (not the # script installed by SystemTap, for example) and of the right # version (>= 0.4.0). If it is not then use pdtrace instead.