diff options
author | Tom de Vries <tdevries@suse.de> | 2022-07-12 17:12:17 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2022-07-12 17:12:17 +0200 |
commit | 3da5576c911a0f3fc608471f1486dc6db11052ef (patch) | |
tree | 76a051a17db1fc8ce9cc2b231bfb593c84997041 /ld/po | |
parent | 98f49277b5d9c8bf16717b898f79cef11b2e47a6 (diff) | |
download | gdb-3da5576c911a0f3fc608471f1486dc6db11052ef.zip gdb-3da5576c911a0f3fc608471f1486dc6db11052ef.tar.gz gdb-3da5576c911a0f3fc608471f1486dc6db11052ef.tar.bz2 |
[gdb/symtab] Add dwarf2_cu::lang ()
The cu->per_cu->lang field was added to carry information from the initial
partial symtabs phase to the symtab expansion phase, for the benefit of a
particular optimization in process_imported_unit_die.
Other uses have been added, but since the first phase now has been
parallelized, those have become problematic and sources of race conditions.
Fix this by adding dwarf2_cu::lang () and using it where we can to replace
cu->per_cu->lang () with cu->lang ().
Also assert in dwarf2_cu::lang () that we're not returning language_unknown.
Tested on x86_64-linux.
Diffstat (limited to 'ld/po')
0 files changed, 0 insertions, 0 deletions