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
@@ -1195,9 +1195,9 @@ Description:: Additional information about the relocation
1195
1195
.2+| 62 .2+| TLSDESC_HI20 .2+| Static | _U-Type_ .2+| High 20 bits of a 32-bit PC-relative offset into a TLS descriptor entry, `%tlsdesc_hi(symbol)`
1196
1196
<| S + A - P
1197
1197
.2+| 63 .2+| TLSDESC_LOAD_LO12 .2+| Static | _I-Type_ .2+| Low 12 bits of a 32-bit PC-relative offset into a TLS descriptor entry, `%tlsdesc_load_lo(address of %tlsdesc_hi)`, the addend must be 0
1198
-
<| S - P
1198
+
<| Same as the paired high-part relocation
1199
1199
.2+| 64 .2+| TLSDESC_ADD_LO12 .2+| Static | _I-Type_ .2+| Low 12 bits of a 32-bit PC-relative offset into a TLS descriptor entry, `%tlsdesc_add_lo(address of %tlsdesc_hi)`, the addend must be 0
1200
-
<| S - P
1200
+
<| Same as the paired high-part relocation
1201
1201
.2+| 65 .2+| TLSDESC_CALL .2+| Static | .2+| Annotate call to TLS descriptor resolver function, `%tlsdesc_call(address of %tlsdesc_hi)`, for relaxation purposes only
1202
1202
<|
1203
1203
.2+| 66 .2+| *Reserved* .2+| - | .2+| Reserved for future standard use
@@ -1475,10 +1475,10 @@ instruction is used in conjunction with one or more I-Type instructions
1475
1475
instructions (store) with `R_RISCV_PCREL_LO12_S` relocations.
1476
1476
1477
1477
The `R_RISCV_PCREL_LO12_I` or `R_RISCV_PCREL_LO12_S` relocations contain
1478
-
a label pointing to an instruction in the same section with an
1479
-
`R_RISCV_PCREL_HI20` relocation entry that points to the target symbol:
1478
+
a label pointing to an instruction in the same section with a high-part
1479
+
relocation entry that points to the target symbol:
1480
1480
1481
-
* At label: `R_RISCV_PCREL_HI20` relocation entry -> symbol
0 commit comments