rpms/gdb/devel gdb-ppc-power7-test.patch, 1.1, 1.2 gdb.spec, 1.399, 1.400

Jan Kratochvil jkratoch at fedoraproject.org
Sat Jan 23 00:00:25 UTC 2010


Author: jkratoch

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

Modified Files:
	gdb-ppc-power7-test.patch gdb.spec 
Log Message:
* Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.50.20100121-6.fc13
- Disable addon (finish) due to inline-cmds.exp: up from outer_inline2 assert.
- Fix gdb.arch/powerpc-power7.exp compatibility.


gdb-ppc-power7-test.patch:
 powerpc-power7.exp |  175 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 powerpc-power7.s   |  107 ++++++++++++++++++++++++++++++++
 2 files changed, 282 insertions(+)

Index: gdb-ppc-power7-test.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb-ppc-power7-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gdb-ppc-power7-test.patch	16 Jan 2010 22:32:09 -0000	1.1
+++ gdb-ppc-power7-test.patch	23 Jan 2010 00:00:24 -0000	1.2
@@ -52,7 +52,7 @@
 +
 +proc instr_to_patt {offset instr} {
 +    # 0x0000000000000018 <func+24>:	stxvd2x vs43,r4,r5
-+    return ".*\r\n[string map {0x 0x0*} $offset] <func\\+?\[0-9\]*>:\[ \t\]*[string map [list { } "\[ \t\]+" . {\.}] $instr]\[ \t\]*\r\n.*"
++    return ".*\r\n\[ \t\]*[string map {0x 0x0*} $offset] <(func)?\\+?\[0-9\]*>:\[ \t\]*[string map [list { } "\[ \t\]+" . {\.}] $instr]\[ \t\]*\r\n.*"
 +}
 +
 +# KFAIL strings would not exist if -Many would print the same as -Mpower7.


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -p -r1.399 -r1.400
--- gdb.spec	22 Jan 2010 11:06:51 -0000	1.399
+++ gdb.spec	23 Jan 2010 00:00:24 -0000	1.400
@@ -36,7 +36,7 @@ Version: 7.0.50.20100121
 
 # 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: 5%{?_with_upstream:.upstream}%{dist}
+Release: 6%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -347,6 +347,7 @@ Patch326: gdb-6.8-tui-singlebinary.patch
 # Support transparent debugging of inlined functions for an optimized code.
 # Disable break-by-name on inlined functions due to a regression on parameters
 # of inlined functions falsely <optimized out> (BZ 556975 Comment 8).
+# Disable addon (finish) due to inline-cmds.exp: up from outer_inline2 assert.
 Patch350: gdb-6.8-inlining-addon.patch
 Patch328: gdb-6.8-inlining-by-name.patch
 
@@ -659,7 +660,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc
 %patch322 -p1
 %patch324 -p1
 %patch326 -p1
-%patch350 -p1
+###patch350 -p1
 ###patch328 -p1
 %patch329 -p1
 %patch330 -p1
@@ -1017,6 +1018,10 @@ fi
 %endif
 
 %changelog
+* Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.50.20100121-6.fc13
+- Disable addon (finish) due to inline-cmds.exp: up from outer_inline2 assert.
+- Fix gdb.arch/powerpc-power7.exp compatibility.
+
 * Fri Jan 22 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.50.20100121-5.fc13
 - Disable break-by-name on inlined functions due to a regression on parameters
   of inlined functions falsely <optimized out> (BZ 556975 Comment 8).



More information about the scm-commits mailing list