You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[aaelf64] Fix typos in TLS descriptor relocations' comments
The comments for the `R_<CLS>_TLSDESC_LD_PREL19` and
`R_<CLS>_TLSDESC_ADR_PREL21` TLS relocations incorrectly mentioned a
range check that stated `-220 <= X < 2^20` instead of the expected
`-2^20 <= x < 2^20`. This patch fixes it.
| 561 | 123 | R\_<CLS>\_TLSDESC\_ ADR\_PREL21 | G(GTLSDESC(S+A) - P | Set an ADR immediate field to bits [20:0]; check -220 <= X < 2\ :sup:`20`. |
1460
+
| 561 | 123 | R\_<CLS>\_TLSDESC\_ ADR\_PREL21 | G(GTLSDESC(S+A) - P | Set an ADR immediate field to bits [20:0]; check -2\ :sup:`20` <= X < 2\ :sup:`20`. |
0 commit comments