This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

stormy16: Change name to xstormy16


Hi,

the manufacturer has encountered a problem with the name ``Stormy16''
and has found it necessary to change it.  The following patch updates
the currently only concerned file testsuite/gdb.base/ending-run.exp
to use the new name ``XStormy16''.

Corinna

Index: gdb.base/ending-run.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/ending-run.exp,v
retrieving revision 1.9
diff -u -p -r1.9 ending-run.exp
--- ending-run.exp      2001/10/29 18:16:46     1.9
+++ ending-run.exp      2001/11/10 23:07:47
@@ -171,7 +171,7 @@ gdb_expect {
                pass "step out of main on Solaris"
            }
            -re ".*in _int_reset ().*$gdb_prompt $" {
-               # This is what happens on Sanyo Stormy16
+               # This is what happens on Sanyo XStormy16
                pass "step out of main"
            }
            -re ".*in ..change.mode ().*$gdb_prompt $" {
@@ -230,7 +230,7 @@ if {![target_info exists use_cygmon] || 
            }
            -re ".*Single.*_int_reset.*$gdb_prompt $" {
                pass "step to end of run"
-               setup_xfail "stormy16-*-*"
+               setup_xfail "xstormy16-*-*"
            }
            -re ".*$gdb_prompt $" {
                fail "step to end of run"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]