Skip to content

Commit a1ec2f7

Browse files
authored
Merge pull request #182 from riscv/stuffing
Add stuffing to empty sections
2 parents f2ea442 + 19ea523 commit a1ec2f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

riscv-elf.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,16 @@ rules about 2×XLEN aligned arguments being passed in "aligned" register pa
499499

500500
## <a name=sections></a>Sections
501501

502+
There are no RISC-V specific definitions relating to ELF sections.
503+
502504
## <a name=string-tables></a>String Tables
503505

506+
There are no RISC-V specific definitions relating to ELF string tables.
507+
504508
## <a name=symbol-table></a>Symbol Table
505509

510+
There are no RISC-V specific definitions relating to ELF symbol tables.
511+
506512
## <a name=relocations></a>Relocations
507513

508514
RISC-V is a classical RISC architecture that has densely packed non-word
@@ -975,12 +981,20 @@ typedef struct
975981

976982
## <a name=program-header-table></a>Program Header Table
977983

984+
There are no RISC-V specific definitions relating to program header tables.
985+
978986
## <a name=note-sections></a>Note Sections
979987

988+
There are no RISC-V specific definitions relating to ELF note sections.
989+
980990
## <a name=dynamic-table></a>Dynamic Table
981991

992+
There are no RISC-V specific definitions relating to dynamic tables.
993+
982994
## <a name=hash-table></a>Hash Table
983995

996+
There are no RISC-V specific definitions relating to ELF hash tables.
997+
984998
# <a name=dwarf></a>DWARF
985999

9861000
Dwarf Register Numbers <a name=dwarf-register-numbers>

0 commit comments

Comments
 (0)