Fix regression in c-linkage-name.exp with gdb index
authorTom Tromey <tromey@adacore.com>
Fri, 14 Oct 2022 13:10:08 +0000 (07:10 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 17 Oct 2022 14:01:39 +0000 (08:01 -0600)
commit67e83a0deef78e9e286b663efd5a7144f09dbb95
treeec64f2a66c55ad607d980efbf17383131fef949d
parentc7f83b0d14e38e4c3f169b4fc538491782e7d915
Fix regression in c-linkage-name.exp with gdb index

c-linkage-name.exp started failing with the gdb-index target board due
to an earlier patch.  The problem here is that some linkage names must
be in the index -- but, based on inspection, not C++ linkage names.
This patch updates the code to exclude only these.
gdb/dwarf2/index-write.c