From bfc60d9582215deb99a196f5c3d6c2f69d46e9d2 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sun, 5 Oct 2025 22:50:09 +0200 Subject: [PATCH] [gdb/testsuite, tclint] Fix lib/dtrace.exp --- gdb/tclint.toml | 1 - gdb/testsuite/lib/dtrace.exp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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. -- 2.47.3