1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 18:02:30 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-06 13:56:11 +09:00
parent 7f436315f7
commit 78c9dee4d6

View File

@ -95,10 +95,10 @@ void InputSection::copy_to(u8 *buf) {
error(toString(this) + ": unknown relocation: " +
std::to_string(rel.getType(false)));
}
static Counter counter("relocs");
counter.inc();
}
static Counter counter("relocs");
counter.inc(rels.size());
}
static bool set_flag(Symbol *sym, u8 bit) {