mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 18:02:30 +03:00
temporary
This commit is contained in:
parent
7f436315f7
commit
78c9dee4d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user