rpms/gdb/devel gdb-6.8-bz457187-largefile-test.patch, 1.1, 1.2 gdb.spec, 1.393, 1.394

Jan Kratochvil jkratoch at fedoraproject.org
Tue Jan 19 00:46:55 UTC 2010


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8421

Modified Files:
	gdb-6.8-bz457187-largefile-test.patch gdb.spec 
Log Message:
* Tue Jan 19 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.50.20100118-2.fc13
- Fix false PASS->FAIL of gdb.arch/i386-biarch-core.exp.


gdb-6.8-bz457187-largefile-test.patch:
 i386-biarch-core.S           |   22 +++++++++++++++
 i386-biarch-core.core.bz2.uu |   13 +++++++++
 i386-biarch-core.exp         |   61 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+)

Index: gdb-6.8-bz457187-largefile-test.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-6.8-bz457187-largefile-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gdb-6.8-bz457187-largefile-test.patch	27 Apr 2009 17:55:34 -0000	1.1
+++ gdb-6.8-bz457187-largefile-test.patch	19 Jan 2010 00:46:54 -0000	1.2
@@ -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 @@


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -p -r1.393 -r1.394
--- gdb.spec	18 Jan 2010 23:22:41 -0000	1.393
+++ gdb.spec	19 Jan 2010 00:46:54 -0000	1.394
@@ -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 <jan.kratochvil at redhat.com> - 7.0.50.20100118-2.fc13
+- Fix false PASS->FAIL of gdb.arch/i386-biarch-core.exp.
+
 * Tue Jan 19 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.50.20100118-1.fc13
 - Upgrade to the FSF GDB snapshot: 7.0.50.20100118
 - Upgrade libstdc++-v3-python to r155978 (Phil Muldoon).



More information about the scm-commits mailing list