File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -1161,9 +1161,9 @@ void LoongArch::tlsdescToLe(uint8_t *loc, const Relocation &rel,
1161
1161
// * pcalau12i $a0, %pc_hi20(sym)
1162
1162
// * addi.w/d $a0, $a0, %pc_lo12(sym)
1163
1163
//
1164
- // FIXME : Althouth the optimization has been performed, the GOT entries still
1165
- // exists, similarly to AArch64. Eliminating the entries may be require
1166
- // additional marking in the common code .
1164
+ // Note : Althouth the optimization has been performed, the GOT entries still
1165
+ // exists, similarly to AArch64. Eliminating the entries will increase code
1166
+ // complexity .
1167
1167
bool LoongArch::tryGotToPCRel (uint8_t *loc, const Relocation &rHi20,
1168
1168
const Relocation &rLo12, uint64_t secAddr) const {
1169
1169
if (!rHi20.sym ->isDefined () || rHi20.sym ->isPreemptible ||
You can’t perform that action at this time.
0 commit comments