]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp
authorTom de Vries <tdevries@suse.de>
Sun, 13 Dec 2020 15:25:19 +0000 (16:25 +0100)
committerTom de Vries <tdevries@suse.de>
Sun, 13 Dec 2020 15:25:19 +0000 (16:25 +0100)
commit5d7e6ed0bd0ec0d4663e55b28e6fbdca2cb798e1
tree243d5e525fda8bba96602d7e184c22c59541d7d4
parentee9812a00153ad788319dae1cde901cf216f9fba
[gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp

There's a single test-case in the testsuite that explicitly calls gnatbind and
gnatlink: gdb.ada/catch_ex_std.exp.

Instead, use gnatmake and pass specific gnatbind and gnatlink options using
gnatmake passthrough options -bargs and -largs.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2020-12-13  Tom de Vries  <tdevries@suse.de>

* gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
calling gnatbind and gnatlink.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/catch_ex_std.exp