1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-11 16:58:12 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-07 19:31:05 +09:00
parent dddc5f8959
commit 994f5d4734

View File

@ -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