From a7d6efc17bf288a5a5650f31a283829af628a37a Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 19 Jan 2010 00:46:54 +0000 Subject: [PATCH] - Fix false PASS->FAIL of gdb.arch/i386-biarch-core.exp. --- gdb-6.8-bz457187-largefile-test.patch | 2 +- gdb.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb-6.8-bz457187-largefile-test.patch b/gdb-6.8-bz457187-largefile-test.patch index 86f8fdf..d2d6cf8 100755 --- a/gdb-6.8-bz457187-largefile-test.patch +++ b/gdb-6.8-bz457187-largefile-test.patch @@ -61,7 +61,7 @@ +# "\r\nCore was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal 11, Segmentation fault\\.\r\n.*" +gdb_test "core-file ${corefile}" + -+gdb_test "x/i $address" "\r\n$address:\[ \t\]*hlt\[ \t\]*" ".text is readable" ++gdb_test "x/i $address" "\r\n\[ \t\]*$address:\[ \t\]*hlt\[ \t\]*" ".text is readable" --- /dev/null 2009-04-19 14:49:00.974648389 +0200 +++ gdb-6.8/gdb/testsuite/gdb.arch/i386-biarch-core.S 2009-04-19 14:52:28.000000000 +0200 @@ -0,0 +1,22 @@ diff --git a/gdb.spec b/gdb.spec index 5d9e3be..3d59fcd 100644 --- a/gdb.spec +++ b/gdb.spec @@ -36,7 +36,7 @@ Version: 7.0.50.20100118 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 1%{?_with_upstream:.upstream}%{dist} +Release: 2%{?_with_upstream:.upstream}%{dist} License: GPLv3+ Group: Development/Debuggers @@ -1002,6 +1002,9 @@ fi %endif %changelog +* Tue Jan 19 2010 Jan Kratochvil - 7.0.50.20100118-2.fc13 +- Fix false PASS->FAIL of gdb.arch/i386-biarch-core.exp. + * Tue Jan 19 2010 Jan Kratochvil - 7.0.50.20100118-1.fc13 - Upgrade to the FSF GDB snapshot: 7.0.50.20100118 - Upgrade libstdc++-v3-python to r155978 (Phil Muldoon).