+2011-12-07 Stan Shebs <stan@codesourcery.com>
+
+ * gdb.trace/tfind.exp: Update for output changes.
+
2011-12-07 Pedro Alves <pedro@codesourcery.com>
* gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
"8.36: trace disassembly"
gdb_test "tfind line 0" \
- "out of range.*|failed to find.*" \
+ "out of range.*|failed to find.*|No line 0 in .*" \
"8.18: tfind line 0";
gdb_test "tfind line 32767" \
- "out of range.*|failed to find.*" \
+ "out of range.*|failed to find.*|No line 32767 in .*" \
"8.27: tfind line 32767";
gdb_test "tfind line NoSuChFiLe.c:$baseline" \
"No source file named.*" \