You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: riscv-elf.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1387,8 +1387,8 @@ file. Its values are defined as follows:
1387
1387
1388
1388
| 0 | UNKNOWN | This object uses unknown atomic ABI.
1389
1389
| 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.
0 commit comments