Add an option for Stringpools to not copy strings.
This commit is contained in:
parent
0ffd9845f2
commit
cfd73a4e26
9 changed files with 57 additions and 47 deletions
|
@ -652,7 +652,7 @@ Sized_relobj<size, big_endian>::do_finalize_local_symbols(unsigned int index,
|
|||
}
|
||||
|
||||
const char* name = pnames + sym.get_st_name();
|
||||
pool->add(name, NULL);
|
||||
pool->add(name, true, NULL);
|
||||
lv.set_output_symtab_index(index);
|
||||
++index;
|
||||
++count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue