* gdb.arch/i386-size.exp: Updated expected output for
authorDoug Evans <dje@google.com>
Thu, 17 Jun 2010 22:55:53 +0000 (22:55 +0000)
committerDoug Evans <dje@google.com>
Thu, 17 Jun 2010 22:55:53 +0000 (22:55 +0000)
DISASSEMBLY_OMIT_FNAME.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/i386-size.exp

index b204e1f..a03113f 100644 (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>
 
index 6c6aadf..e4d4ad3 100644 (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
     }
 }