[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.
This commit is contained in:
Tom de Vries
2022-10-12 17:02:15 +02:00
parent a247050043
commit 3c74d321be
2 changed files with 2 additions and 2 deletions

View File

@ -494,7 +494,7 @@ proc do_test {dir options} {
# Build up the set of debug formats for which we will run this test.
set specs { {dwarf {debug}} }
if ![skip_ctf_tests] {
lappend specs {ctf {"additional_flags=-gt"}}
lappend specs {ctf {"additional_flags=-gctf"}}
}
# Setup and run the test for each debug format.

View File

@ -588,7 +588,7 @@ proc do_test {dir options} {
# Build up the set of debug formats for which we will run this test.
set specs { {dwarf {debug}} }
if ![skip_ctf_tests] {
lappend specs {ctf {"additional_flags=-gt"}}
lappend specs {ctf {"additional_flags=-gctf"}}
}
# Setup and run the test for each debug format.