Dylan DPC 715948eb51
Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromey
Let compiletest recognize gdb 10.x

git gdb has moved to version 10.  My build prints this as its
--version:

    GNU gdb (GDB) 10.0.50.20200420-git

Unfortunately this conflicts with this comment in compiletest:

    // We limit major to 1 digit, otherwise, on openSUSE, we parse the openSUSE version

This patch changes the version parsing to follow the GNU coding
standard, which accounts for both the openSUSE case as well as
handling gdb 10.

My debuginfo test run now says:

NOTE: compiletest thinks it is using GDB with native rust support
NOTE: compiletest thinks it is using GDB version 10000050

... where previously it failed to find that gdb 10 had rust support.
2020-04-24 13:14:22 +02:00
..
2020-04-14 20:36:07 +00:00
2020-04-21 14:11:30 -07:00
2020-03-31 19:28:06 +02:00
2020-04-23 00:12:04 +02:00
2020-04-21 14:11:30 -07:00
2020-04-07 23:29:45 -05:00
2020-04-15 11:09:29 +09:00
2020-04-15 18:19:02 +02:00