aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-10-05 22:50:09 +0200
committerTom de Vries <tdevries@suse.de>2025-10-05 22:50:09 +0200
commitbfc60d9582215deb99a196f5c3d6c2f69d46e9d2 (patch)
treed6003829b2a6e00903d88afa3b08c1466e411286
parent496e51d46c8c6a0351bf4519629f1f94243f9d2e (diff)
downloadbinutils-bfc60d9582215deb99a196f5c3d6c2f69d46e9d2.zip
binutils-bfc60d9582215deb99a196f5c3d6c2f69d46e9d2.tar.gz
binutils-bfc60d9582215deb99a196f5c3d6c2f69d46e9d2.tar.bz2
[gdb/testsuite, tclint] Fix lib/dtrace.exp
-rw-r--r--gdb/tclint.toml1
-rw-r--r--gdb/testsuite/lib/dtrace.exp2
2 files changed, 1 insertions, 2 deletions
diff --git a/gdb/tclint.toml b/gdb/tclint.toml
index 9e5fa7e..a9c3f1a 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 d558aba..2456ba9 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.