* gdb.base/savedregs.exp: Do not require that the dummy
authorDavid S. Miller <davem@redhat.com>
Fri, 5 May 2006 22:48:10 +0000 (22:48 +0000)
committerDavid S. Miller <davem@redhat.com>
Fri, 5 May 2006 22:48:10 +0000 (22:48 +0000)
frame location match up to a symbol and source file location.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/savedregs.exp

index f814cb32abcf95f3251d6d8961fa17d70cf76c6b..21f2ffe840dd5250b26a38349f69611ab8dc55ce 100644 (file)
@@ -2,6 +2,8 @@
 
        * gdb.base/break.exp: Do not assume a breakpoint on
        main will actually be in $srcfile when optimizing.
+       * gdb.base/savedregs.exp: Do not require that the dummy
+       frame location match up to a symbol and source file location.
 
 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
 
index 319d281a5000547416617adea6a3511f30840d6b..bdf6c33b0a57e9b51676ce7fbb231a33cb9bc138 100644 (file)
@@ -81,7 +81,7 @@ proc process_saved_regs { current inner outer } {
            dummy {
                # Dummy frame's do not have saved registers, and do
                # not print <dummy>.
-               set pat "Stack frame at .* in .*"
+               set pat "Stack frame at .*"
            }
            sigtramp {
                # Sigtramp frames don't yet print <signal trampoline>.