Now that commit "
225f296a023 Change gdb/version.in to 9.0.50.DATE-git (new
version numbering scheme)" has changed the gdb version number, we see:
...
FAIL: gdb.base/default.exp: show convenience ($_gdb_major = 8 not found)
...
Fix this by updating the expected _gdb_major/_gdb_minor to 9.1.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2019-10-07 Tom de Vries <tdevries@suse.de>
* gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
+2019-10-07 Tom de Vries <tdevries@suse.de>
+
+ * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
+
2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
* lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
{$_cimag = <internal function _cimag>} \
{$_creal = <internal function _creal>} \
{$_isvoid = <internal function _isvoid>} \
- {$_gdb_major = 8} \
- {$_gdb_minor = 4} \
+ {$_gdb_major = 9} \
+ {$_gdb_minor = 1} \
{$_shell_exitsignal = void} \
{$_shell_exitcode = 0} \
}