mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
[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:
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user