We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c05165 commit 3238b03Copy full SHA for 3238b03
lld/ELF/Arch/ARM.cpp
@@ -263,7 +263,8 @@ void ARM::addPltSymbols(InputSection &isec, uint64_t off) const {
263
}
264
265
bool ARM::needsThunk(RelExpr expr, RelType type, const InputFile *file,
266
- uint64_t branchAddr, const Symbol &s, int64_t /*a*/) const {
+ uint64_t branchAddr, const Symbol &s,
267
+ int64_t /*a*/) const {
268
// If S is an undefined weak symbol and does not have a PLT entry then it
269
// will be resolved as a branch to the next instruction.
270
if (s.isUndefWeak() && !s.isInPlt())
0 commit comments