Skip to content

Commit f0cd2bd

Browse files
committed
Removes redundant XLEN clauses
1 parent 6ddd030 commit f0cd2bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

riscv-elf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@ While various different ABIs are technically possible, for software
247247
compatibility reasons it is strongly recommended to use the following
248248
default ABIs for specific architectures:
249249

250-
* **on RV64G**: LP64D for XLEN=64, with floats and doubles passed in floating
251-
point registers (i.e. ELFCLASS64 and EF_RISCV_FLOAT_ABI_DOUBLE).
250+
* **on RV64G**: LP64D, with floats and doubles passed in floating point
251+
registers (i.e. ELFCLASS64 and EF_RISCV_FLOAT_ABI_DOUBLE).
252252

253253
Although RV64GQ systems can technically use EF_RISCV_FLOAT_ABI_QUAD,
254254
it is strongly recommended to use EF_RISCV_FLOAT_ABI_DOUBLE on
255255
general-purpose RV64GQ systems for compatibility with standard RV64G
256256
software.
257257

258-
* **on RV32G**: ILP32D for XLEN=32, with floats and doubles passed in floating
259-
point registers (i.e. ELFCLASS32 and EF_RISCV_FLOAT_ABI_DOUBLE).
258+
* **on RV32G**: ILP32D, with floats and doubles passed in floating point
259+
registers (i.e. ELFCLASS32 and EF_RISCV_FLOAT_ABI_DOUBLE).
260260

261261
A future version of this specification may define an ILP32 ABI for
262262
RV64G, but currently this is not a supported operating mode.

0 commit comments

Comments
 (0)