* gdb.arch/i386-size.exp: Updated expected output for

DISASSEMBLY_OMIT_FNAME.
This commit is contained in:
Doug Evans 2010-06-17 22:55:53 +00:00
parent ec61707dbb
commit 81ce510cf2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-06-17 Doug Evans <dje@google.com>
* gdb.arch/i386-size.exp: Updated expected output for
DISASSEMBLY_OMIT_FNAME.
2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
Sergio Durigan Junior <sergiodj@redhat.com>

View File

@ -82,7 +82,7 @@ gdb_test_multiple "disassemble main" $message {
-re "call.*<trap>.*$gdb_prompt $" {
fail $message
}
-re "<main\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
-re "<\\+8>:\[ \t\]+ret\[ \t\r\n\]+End of.*$gdb_prompt $" {
pass $message
}
}