* gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / virtfunc.exp
index 2509cc70c58d8d34443a5a1d0cdc80e5ec5baa75..1c2268ab91e23bb1ef83c1b5e8280451d3ce8e79 100644 (file)
@@ -234,7 +234,7 @@ proc make_one_vtable_result {name args} {
     set result "vtable for '${name}' @ $hex .subobject @ $hex.:$nls"
     set count 0
     foreach func $args {
-       append result ".${count}.: $hex <$func..>${nls}"
+       append result ".${count}.:( @$hex:)? $hex <(\.)?$func..>${nls}"
        incr count
     }
 
This page took 0.024651 seconds and 4 git commands to generate.