Skip to content

Commit

Permalink
Tag_RISCV_unaligned_access doesn't carry any useful information
Browse files Browse the repository at this point in the history
See
<riscv-non-isa#283 (comment)>
for more information.

Signed-off-by: Palmer Dabbelt <[email protected]>
  • Loading branch information
palmer-dabbelt committed Jun 3, 2022
1 parent eefd8b0 commit 8268c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-elf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ value if the tag number is even.

| Tag_RISCV_stack_align | 4 | uleb128 | Indicates the stack alignment requirement in bytes.
| Tag_RISCV_arch | 5 | NTBS | Indicates the target architecture of this object.
| Tag_RISCV_unaligned_access | 6 | uleb128 | Indicates whether to impose unaligned memory accesses in code generation.
| Tag_RISCV_unaligned_access | 6 | uleb128 | Indicates nothing of interest.
| Tag_RISCV_priv_spec | 8 | uleb128 | Indicates the major version of the privileged specification.
| Tag_RISCV_priv_spec_minor | 10 | uleb128 | Indicates the minor version of the privileged specification.
| Tag_RISCV_priv_spec_revision | 12 | uleb128 | Indicates the revision version of the privileged specification.
Expand Down

0 comments on commit 8268c0b

Please sign in to comment.