* Remove python2 related PR29245 kfail. * Remove PR30518 kfail. * Remove yama ptrace_scope == 1 kfails. * Remove PR28065 kfail. - Patches added (swo#32081): * gdb-symtab-return-correct-reader-for-top-level-cu-in.patch - Add "BuildRequires: aaa_base-yama-enable-ptrace" on tumbleweed. - Maintenance script qa-local.sh: * Add SLFO and Leap 15.6, drop Leap 15.3 and 15.4 and ALP. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=394
20 lines
843 B
Diff
20 lines
843 B
Diff
fixup-gdb-glibc-strstr-workaround.patch
|
|
|
|
---
|
|
gdb/testsuite/gdb.base/gnu-ifunc-strstr-workaround.exp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gdb/testsuite/gdb.base/gnu-ifunc-strstr-workaround.exp b/gdb/testsuite/gdb.base/gnu-ifunc-strstr-workaround.exp
|
|
index 889f8c6f584..052bd84d420 100644
|
|
--- a/gdb/testsuite/gdb.base/gnu-ifunc-strstr-workaround.exp
|
|
+++ b/gdb/testsuite/gdb.base/gnu-ifunc-strstr-workaround.exp
|
|
@@ -68,7 +68,7 @@ gdb_test_multiple $test $test {
|
|
set addr $expect_out(1,string)
|
|
pass "$test (fixed glibc)"
|
|
}
|
|
- -re " = {char \\*\\(const char \\*, const char \\*\\)} 0x\[0-9a-f\]+ <strstr>\r\n$gdb_prompt $" {
|
|
+ -re " = {char \\*\\(const char \\*, const char \\*\\)} 0x\[0-9a-f\]+ <(__GI_)?strstr>\r\n$gdb_prompt $" {
|
|
untested "$test (gnu-ifunc not in use by glibc)"
|
|
return 0
|
|
}
|