]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - gdb/patches/gdb-6.6-threads-static-test.patch
gdb: Update to version 7.12
[people/pmueller/ipfire-3.x.git] / gdb / patches / gdb-6.6-threads-static-test.patch
diff --git a/gdb/patches/gdb-6.6-threads-static-test.patch b/gdb/patches/gdb-6.6-threads-static-test.patch
deleted file mode 100644 (file)
index 2bac722..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.threads/staticthreads.exp
-===================================================================
---- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.threads/staticthreads.exp       2010-06-02 23:53:28.000000000 +0200
-+++ gdb-7.1.90.20100711/gdb/testsuite/gdb.threads/staticthreads.exp    2010-07-12 11:43:26.000000000 +0200
-@@ -44,6 +44,18 @@ gdb_test_no_output "set print sevenbit-s
- # See if the static multi-threaded program runs.
- runto_main
-+
-+# See if we get excessive LWP there (patched glibc with unpatched GDB):
-+# * 2 Thread 135661664 (LWP 3856)  main () at threadloop.c:41
-+#   1 process 3856  main () at threadloop.c:41
-+
-+set test "info threads on start"
-+gdb_test_multiple "info threads" "$test" {
-+    -re "^info threads\r?\n\[^\r\n\]* Thread \[^\r\n\]*\r?\n$gdb_prompt" {
-+      pass "$test"
-+    }
-+}
-+
- gdb_test "break sem_post"
- set test "Continue to main's call of sem_post"
- gdb_test_multiple "continue" "$test" {