[gdb/testsuite] Replace remaining -gt with -gctf
authorTom de Vries <tdevries@suse.de>
Wed, 12 Oct 2022 15:02:15 +0000 (17:02 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 12 Oct 2022 15:02:15 +0000 (17:02 +0200)
commit3c74d321be66cb94bbdeb7da36111b46d2f4a578
tree3f4a52cc9478dd04020de4d946638c888e8b8472
parenta2470500432334fe254ef10ddabcab239e8de828
[gdb/testsuite] Replace remaining -gt with -gctf

With test-cases gdb.base/cvexpr.exp and gdb.base/whatis.exp I run into:
...
gdb compile failed, gcc: error: unrecognized debug output level 't'
...

This is due to using additional_flags=-gt.

Commit ffb3f587933 ("CTF: multi-CU and archive support") replaced
additional_flags=-gt with additional_flags=-gctf in gdb.ctf/*.exp and
gdb.base/ctf-*.exp.

Do the same in these two test-cases.

Tested on x86_64-linux.
gdb/testsuite/gdb.base/cvexpr.exp
gdb/testsuite/gdb.base/whatis.exp