1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-27 10:23:41 +03:00
This commit is contained in:
Rui Ueyama 2021-04-16 21:25:04 +09:00
parent d08c75e074
commit 7cdff483f3

View File

@ -1330,7 +1330,6 @@ bool FdeRecord<E>::equals(ObjectFile<E> &this_file, FdeRecord<E> &other,
sec1.get_addend(x[i]) != sec2.get_addend(y[i]))
return false;
}
return true;
}
@ -1366,9 +1365,7 @@ bool CieRecord<E>::equals(const CieRecord<E> &other) const {
input_section.get_addend(x[i]) != other.input_section.get_addend(y[i]))
return false;
}
return true;
}
#define INSTANTIATE(E) \