Skip to content

Commit 9373a89

Browse files
committed
Add PT_RISCV_ATTRIBUTES
1 parent f95a3ae commit 9373a89

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

riscv-elf.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,14 @@ Name | Type | Attributes
10011001

10021002
## <a name=program-header-table></a>Program Header Table
10031003

1004-
There are no RISC-V specific definitions relating to program header tables.
1004+
The defined processor-specific segment types are listed in following
1005+
table.
1006+
1007+
Name | Value | Meaning
1008+
:------------------- | :---------- | :-------------
1009+
PT_RISCV_ATTRIBUTES | 0x70000003 | RISC-V ELF attribute section.
1010+
1011+
`PT_RISCV_ATTRIBUTES` describes the location of RISC-V ELF attribute section.
10051012

10061013
## <a name=note-sections></a>Note Sections
10071014

0 commit comments

Comments
 (0)