Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
rui314 committed Jan 9, 2025
1 parent d2859f5 commit f193d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch-loongarch.cc
Original file line number Diff line number Diff line change
@@ -1010,7 +1010,7 @@ void shrink_section(Context<E> &ctx, InputSection<E> &isec) {
if (!sym.has_tlsdesc(ctx) && !sym.has_gottp(ctx))
if (i64 val = sym.get_addr(ctx) + r.r_addend - ctx.tp_addr;
0 <= val && val < 0x1000)
remove(4);
remove(4);
break;
}
}

0 comments on commit f193d2b

Please sign in to comment.