mirror of
https://github.com/rui314/mold.git
synced 2024-11-11 16:58:12 +03:00
temporary
This commit is contained in:
parent
dddc5f8959
commit
994f5d4734
@ -205,7 +205,8 @@ void ObjectFile::initialize_mergeable_sections() {
|
||||
isec->rel_pieces[i].piece = ref->piece;
|
||||
isec->rel_pieces[i].input_offset = offset - ref->input_offset;
|
||||
|
||||
llvm::outs() << "rel_pieces: data=" << ref->piece->data
|
||||
llvm::outs() << "rel_pieces: sym=" << sym->name
|
||||
<< " data=" << ref->piece->data
|
||||
<< "@" << ref->input_offset
|
||||
<< " value=" << sym->value
|
||||
<< " addend=" << rel.r_addend
|
||||
|
Loading…
Reference in New Issue
Block a user