9f6127af4d
edit_attributes is run twice. Once for phase zero in which all strings are collected. Then then for phase one in which the strings are rewritten. In phase zero we also try to collect the comp_dir (either from the DW_AT_comp_dir or the DW_AT_name of the compile unit). We were also collecting the comp_dir is phase 1, which is unnecessary, and would not actually work, since we would be using to old string table index for that, which had already been rewritten. Caught by the new string table index checks. Signed-off-by: Mark Wielaard <mark@klomp.org> |
||
---|---|---|
tools |