commit | 5dd825c15dcdf0278a37c7d8581019a4ace56c8f | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Mon Jul 29 15:42:28 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Mon Jul 29 15:42:28 2024 +0200 |
tree | d11097cb5e3edfea02b771cf5211528fec8d219c | |
parent | 312aea764b7b8ad621da601f4a88c859ccbcf12a [diff] |
[gdb/testsuite] Fix gdb.gdb/index-file.exp with -g0 When building gdb with -g0 and running test-case gdb.gdb/index-file.exp, we run into: ... (gdb) save gdb-index index_1^M Error while writing index for `xgdb': No debugging symbols^M (gdb) FAIL: gdb.gdb/index-file.exp: create gdb-index file ... Fix this by instead emitting an unsupported, and bailing out. Tested on aarch64-linux.