File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1244,17 +1244,12 @@ The defined processor-specific dynamic array tags are listed in <<rv-dyn-tag>>.
12441244| Name | Value | d_un | Executable | Shared Object
12451245
12461246| DT_RISCV_VARIANT_CC | 0x70000001 | d_val | Platform specific | Platform specific
1247- | DT_RISCV_SIMPLE_LP_PLT | 0x70000003 | d_val | Platform specific | Platform specific
12481247|===
12491248
12501249An object must have the dynamic tag `DT_RISCV_VARIANT_CC` if it has one or more
12511250`R_RISCV_JUMP_SLOT` relocations against symbols with the `STO_RISCV_VARIANT_CC`
12521251attribute.
12531252
1254- `DT_RISCV_SIMPLE_LP_PLT` indicate PLTs enabled landing pad with simple labeling
1255- scheme, an object must have the dynamic tag `DT_RISCV_SIMPLE_LP_PLT` if
1256- `GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_SIMPLE` has set in the output.
1257-
12581253`DT_INIT` and `DT_FINI` are not required to be supported and should be avoided
12591254in favour of `DT_PREINIT_ARRAY`, `DT_INIT_ARRAY` and `DT_FINI_ARRAY`.
12601255
You can’t perform that action at this time.
0 commit comments