]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce rust_at_least helper proc
authorTom Tromey <tromey@adacore.com>
Mon, 27 Feb 2023 20:23:35 +0000 (13:23 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 29 Mar 2023 16:13:12 +0000 (10:13 -0600)
commit52fcd590bdabebf6cb4baa271cc1208f2541e6d4
treeefb70e13c1c5b36f1b05e1835e510b74832cbd51
parentf6424be55482c4e8e6d482e04f1fb8408191d702
Introduce rust_at_least helper proc

This adds a 'rust_at_least' helper proc, for checking the version of
the Rust compiler in use.  It then changes various tests to use this
with 'require'.
gdb/testsuite/gdb.rust/rawids.exp
gdb/testsuite/gdb.rust/unicode.exp
gdb/testsuite/gdb.rust/unsized.exp
gdb/testsuite/lib/rust-support.exp