Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfc] Fix info spu mailbox command
@ 2008-03-14  6:27 Markus Deuling
  2008-03-17 13:23 ` Ulrich Weigand
  0 siblings, 1 reply; 10+ messages in thread
From: Markus Deuling @ 2008-03-14  6:27 UTC (permalink / raw)
  To: GDB Patches; +Cc: Ulrich Weigand

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

Hi,

gdb.arch/spu-info.exp FAILs when testing "info spu mailbox" command due to a fix

http://patchwork.ozlabs.org/cbe-oss-dev/patch?id=15729

in the linux kernel which initializes the mailbox values correct now.

Ok ?

ChangeLog:

        * gdb.arch/spu-info.exp (info spu mailbox): Use correct initialisation
        value.



-- 
  Markus Deuling
  GNU Toolchain for Linux on Cell BE
  deuling@de.ibm.com


[-- Attachment #2: fix-spu-mailbox --]
[-- Type: text/plain, Size: 634 bytes --]

diff -urpN src/gdb/testsuite/gdb.arch/spu-info.exp dev/gdb/testsuite/gdb.arch/spu-info.exp
--- src/gdb/testsuite/gdb.arch/spu-info.exp	2008-01-01 23:53:18.000000000 +0100
+++ dev/gdb/testsuite/gdb.arch/spu-info.exp	2008-03-14 07:23:06.000000000 +0100
@@ -201,7 +201,7 @@ gdb_test "finish" "" "finish"
 # 'info spu mailbox' should be empty.
 c_to "Marker Mbox"
 gdb_test "info spu mailbox" \
-	 "SPU Outbound Mailbox.*0xc0000000.*SPU Outbound Interrupt Mailbox.*0xc0000000.*" \
+	 "SPU Outbound Mailbox.*0x00000000.*SPU Outbound Interrupt Mailbox.*0x00000000.*" \
 	 "info spu mailbox"
 
 # 'info spu mailbox' should now contain data.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-03-19 21:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-14  6:27 [rfc] Fix info spu mailbox command Markus Deuling
2008-03-17 13:23 ` Ulrich Weigand
2008-03-18 19:53   ` Markus Deuling
2008-03-18 21:25     ` Joel Brobecker
2008-03-19 10:28       ` Markus Deuling
2008-03-19 11:54         ` Daniel Jacobowitz
2008-03-19 18:01           ` Markus Deuling
2008-03-19 18:33             ` Joel Brobecker
2008-03-19 18:50               ` Markus Deuling
2008-03-19 21:12                 ` Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox