Skip to content

Commit 8370ecd

Browse files
committed
Drop DT_RISCV_SIMPLE_LP_PLT
1 parent c9978bd commit 8370ecd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

riscv-elf.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

12501249
An 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`
12521251
attribute.
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
12591254
in favour of `DT_PREINIT_ARRAY`, `DT_INIT_ARRAY` and `DT_FINI_ARRAY`.
12601255

0 commit comments

Comments
 (0)