With gcc & binutils built from latest git revision
this test case fails because the output of the break
command changes and contains the full path name of
the source file, while previously only the file name
was printed.
Fixed that by adjusting the test expectation.
2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gdb.base/line65535.exp: Fix test expectation.
+2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * gdb.base/line65535.exp: Fix test expectation.
+
2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
* lib/gdb.exp (gdb_test_multiple): Remove things related to test
}
gdb_test "break $srcfile:65535" \
- ".*Breakpoint 1 at .*: file $srcfile, line 65535\\..*" \
+ ".*Breakpoint 1 at .*: file .*$srcfile, line 65535\\..*" \
"break at line 65535"