OSDN Git Service

* gdb.base/savedregs.exp: Do not require that the dummy
authordavem <davem>
Fri, 5 May 2006 22:48:10 +0000 (22:48 +0000)
committerdavem <davem>
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 f814cb3..21f2ffe 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 319d281..bdf6c33 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>.