Inline assembly: Fix repeated and unordered items in guaranteed directives

This commit is contained in:
chirsz 2023-03-19 20:53:29 +08:00
parent ebab1cda4a
commit 960ec1f2dd
1 changed files with 5 additions and 8 deletions

View File

@ -499,12 +499,9 @@ The following directives are guaranteed to be supported by the assembler:
- `.4byte`
- `.8byte`
- `.align`
- `.alt_entry`
- `.ascii`
- `.asciz`
- `.alt_entry`
- `.balign`
- `.balignl`
- `.balignw`
- `.balign`
- `.balignl`
- `.balignw`
@ -520,17 +517,17 @@ The following directives are guaranteed to be supported by the assembler:
- `.eqv`
- `.fill`
- `.float`
- `.globl`
- `.global`
- `.lcomm`
- `.globl`
- `.inst`
- `.lcomm`
- `.long`
- `.octa`
- `.option`
- `.private_extern`
- `.p2align`
- `.pushsection`
- `.popsection`
- `.private_extern`
- `.pushsection`
- `.quad`
- `.scl`
- `.section`