MIPS: correct macro use in gas and ld testsuites

Whitespace in macro arguments either needs quoting / parenthesizing to
reliably not be mistaken for an argument separator, or respective macro
parameters need to be marked as covering all remaining arguments. The
former appears more appropriate here, as the macro parameters already
have ":req".
This commit is contained in:
Jan Beulich 2024-07-19 11:58:04 +02:00
parent 2231ac9b9e
commit c0e9aca554
19 changed files with 35 additions and 35 deletions

View File

@ -116,7 +116,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -127,7 +127,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -117,7 +117,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -129,7 +129,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -181,7 +181,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -192,7 +192,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -182,7 +182,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -194,7 +194,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -85,7 +85,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -96,7 +96,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -86,7 +86,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -98,7 +98,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -118,7 +118,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -129,7 +129,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -118,7 +118,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -129,7 +129,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -119,7 +119,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -131,7 +131,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -119,7 +119,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -131,7 +131,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -116,7 +116,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -127,7 +127,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -117,7 +117,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -129,7 +129,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -149,7 +149,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -160,7 +160,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -150,7 +150,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -162,7 +162,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -85,7 +85,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -96,7 +96,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -86,7 +86,7 @@ bar\@ :
.byte 0
.size bar\@, . - bar\@
.if \n - 1
obj \n - 1
obj (\n - 1)
.endif
.endm
@ -98,7 +98,7 @@ bar\@ :
.hword 0
.size bar\@, . - bar\@
.if \n - 1
fun \n - 1
fun (\n - 1)
.endif
.endm

View File

@ -5,7 +5,7 @@
bar\@ :
.byte 0
.size bar\@, . - bar\@
sym \n - 1
sym (\n - 1)
.endif
.endm

View File

@ -6,7 +6,7 @@ bar\@ :
.insn
.hword 0
.size bar\@, . - bar\@
sym \n - 1
sym (\n - 1)
.endif
.endm

View File

@ -5,7 +5,7 @@
bar\@ :
.byte 0
.size bar\@, . - bar\@
sym \n - 1
sym (\n - 1)
.endif
.endm