Re: [PATCH 01/19] RISC-V: improve .insn documentation
Project / Subsystem
binutils / risc-v
Date
2026-04-28
Proposer
Jiawei <jiawei@iscas.ac.cn>
Source type
public_inbox
Consensus
Ready to Land
Sentiment
—/10
Technical tradeoffs
- • Improves documentation clarity.
- • Ensures the documentation reflects the current assembler behavior.
- • No functional code changes.
All attributes
- project
- binutils
- subsystem
- risc-v
- patch_id
- —
- discussion_id
- fe9ca0aa-83b4-42c6-9e48-ffe7514c654a@iscas.ac.cn
- source_type
- public_inbox
- title
- Re: [PATCH 01/19] RISC-V: improve .insn documentation
- headline
- RISC-V: improve .insn documentation
- tldr
- Updates documentation for the .insn directive in the RISC-V assembler to clarify syntax and reflect current mapping symbol support.
- proposer
- Jiawei <jiawei@iscas.ac.cn>
- consensus
- Ready to Land
- outcome
- ready
- sentiment_score
- —
- technical_tradeoffs
-
- • Improves documentation clarity.
- • Ensures the documentation reflects the current assembler behavior.
- • No functional code changes.
- series_id
- binutils:risc-v: improve .insn documentation
- series_role
- reply
- series_parts
- []
- tags
-
- • risc-v
- • assembler
- • documentation
- • .insn directive
- bugzilla_url
- —
- date
- 2026-04-28T00:00:00.000Z
Re: [PATCH 01/19] RISC-V: improve .insn documentation
This patch updates the documentation for the .insn directive in the RISC-V assembler. It removes the incorrect comma from the documented syntax and updates the .word related text to reflect the current support for mapping symbols. The documentation change improves clarity and accuracy for developers using the .insn directive.