]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite, tclint] Fix lib/dtrace.exp
authorTom de Vries <tdevries@suse.de>
Sun, 5 Oct 2025 20:50:09 +0000 (22:50 +0200)
committerTom de Vries <tdevries@suse.de>
Sun, 5 Oct 2025 20:50:09 +0000 (22:50 +0200)
gdb/tclint.toml
gdb/testsuite/lib/dtrace.exp

index 9e5fa7e7d83d4795571d1d324a3f8a63da1d2f9f..a9c3f1aa3774326a61e385e84325ea13afda6ecb 100644 (file)
@@ -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",
index d558aba822dcc8f367a27c3a88be9df731f5ccf8..2456ba9b7ce2eb0137cceee82f3bfae33bb8fa69 100644 (file)
@@ -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.