Skip to content

Commit 6b5ef1b

Browse files
committed
Tweak table layout
1 parent 36bd1d6 commit 6b5ef1b

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

riscv-elf.adoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,14 +1395,27 @@ handle program property types even if they are not recognized.
13951395
| GNU_PROPERTY_RISCV_UINT32_OR_AND_HI | 0xc0017fff
13961396
|===
13971397

1398+
<<rv-prog-prop-type>> provides details of the RISC-V ELF program property; the
1399+
meaning of each column is given below:
1400+
1401+
1402+
Name:: The name of the program property type, omitting the prefix of `GNU_PROPERTY_RISCV_`.
1403+
1404+
Value:: The type value for the program property type.
1405+
1406+
Size:: The data type size hold within this program property type.
1407+
1408+
Description:: Additional information about the program property type.
1409+
1410+
13981411
[[rv-prog-prop-type]]
13991412
.RISC-V-specific program property types
1400-
[cols="3,2,2,3"]
1401-
[width=80%]
1413+
[cols="3,3,2,5"]
1414+
[width=100%]
14021415
|===
1403-
| Name | Value | Size | Meaning
1416+
| Name | Value | Size | Description
14041417

1405-
| GNU_PROPERTY_RISCV_FEATURE_1_AND | 0xc0000000 | 4-bytes | RISC-V processor-specific features used in program.
1418+
| FEATURE_1_AND | 0xc0000000 | 4-bytes | RISC-V processor-specific features used in program.
14061419
|===
14071420

14081421
==== GNU_PROPERTY_RISCV_FEATURE_1_AND

0 commit comments

Comments
 (0)