* gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
expect to find it in the "info frame" output.
This commit is contained in:
parent
158c766541
commit
d9c78d7d2c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-20 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
|
||||
expect to find it in the "info frame" output.
|
||||
|
||||
2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/interp.exp: Always consume both prompts.
|
||||
|
|
|
@ -64,7 +64,7 @@ gdb_test "backtrace 10" \
|
|||
"backtrace in PIC"
|
||||
|
||||
gdb_test "info frame" \
|
||||
".*Saved registers:.*r30 at.*r31 at.*pc at.*lr at.*" \
|
||||
".*Saved registers:.*r30 at.*pc at.*lr at.*" \
|
||||
"saved registers in PIC"
|
||||
|
||||
# Testcase for scheduled prologue.
|
||||
|
|
Loading…
Add table
Reference in a new issue