[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)
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

index e7ff730e92f98d702ccbd8ed4c79c8f34bd16f88..d8437b94c6195a49265d5237e9935b680d2e1670 100644 (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.
index 2bce3f5cdcb413743403c04aa0bc9e79b12d3f3f..c19c149f012a6e1df394373a640468f25d04fa22 100644 (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.