23 lines
882 B
Diff
23 lines
882 B
Diff
From 023314feb400836eb377a5bc9151850fcdd81b11 Mon Sep 17 00:00:00 2001
|
|
From: Tom de Vries <tdevries@suse.de>
|
|
Date: Tue, 6 Jun 2023 09:43:36 +0200
|
|
Subject: [PATCH 3/4] Fixup gdb-bz634108-solib_address.patch
|
|
|
|
---
|
|
gdb/testsuite/gdb.python/rh634108-solib_address.exp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb/testsuite/gdb.python/rh634108-solib_address.exp b/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
|
index 99e6aaba831..ebf00babc34 100644
|
|
--- a/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
|
+++ b/gdb/testsuite/gdb.python/rh634108-solib_address.exp
|
|
@@ -21,4 +21,4 @@ gdb_start
|
|
# Skip all tests if Python scripting is not enabled.
|
|
if { [skip_python_tests] } { continue }
|
|
|
|
-gdb_test "python print (gdb.solib_name(-1))" "None" "gdb.solib_name exists"
|
|
+gdb_test "python print (gdb.solib_name(0))" "None" "gdb.solib_name exists"
|
|
--
|
|
2.35.3
|
|
|