* gdb.arch/i386-size.exp: Updated expected output for
DISASSEMBLY_OMIT_FNAME.
This commit is contained in:
parent
ec61707dbb
commit
81ce510cf2
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue