Files
binutils-gdb/gdb/dwarf2/index-write.c
Tom Tromey 5902fa8a55 Add language to cooked_index_entry
This adds a new 'lang' member to cooked_index_entry.  This holds the
language of the symbol.  This is primarily useful for the new
.debug_names reader, which will not scan the CUs for languages up
front.

This also changes cooked_index_shard::add to return a non-const
pointer.  This doesn't impact the current code, but is needed for the
new reader.
2024-01-18 08:20:16 -07:00

54 KiB