Skip to content

Commit de8a491

Browse files
committed
riscv-elf: Fix references to atomics mapping table
1 parent 1ce864d commit de8a491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-elf.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,8 @@ file. Its values are defined as follows:
13871387

13881388
| 0 | UNKNOWN | This object uses unknown atomic ABI.
13891389
| 1 | A6C | This object uses the A6 classical atomic ABI, which is defined in table A.6 in <<riscv-unpriv-20191213>>.
1390-
| 2 | A6S | This object uses the strengthened A6 ABI, which uses the atomic mapping defined by <<Mappings from C/C++ primitives to RISC-V primitives>> and does not rely on any note 3 annotated mappings.
1391-
| 3 | A7 | This object uses the A7 atomic ABI, which uses the atomic mapping defined by <<Mappings from C/C++ primitives to RISC-V primitives>> and may rely on note 3 annotated mappings.
1390+
| 2 | A6S | This object uses the strengthened A6 ABI, which uses the atomic mapping defined by <<Mappings from C/{Cpp} primitives to RISC-V primitives>> and does not rely on any note 3 annotated mappings.
1391+
| 3 | A7 | This object uses the A7 atomic ABI, which uses the atomic mapping defined by <<Mappings from C/{Cpp} primitives to RISC-V primitives>> and may rely on note 3 annotated mappings.
13921392
|===
13931393

13941394
Merge policy:::

0 commit comments

Comments
 (0)