* 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:
Mark Kettenis 2008-08-21 11:36:38 +00:00
parent 158c766541
commit d9c78d7d2c
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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.