diff options
Diffstat (limited to 'tools/testing/selftests/arm64/fp/assembler.h')
| -rw-r--r-- | tools/testing/selftests/arm64/fp/assembler.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/fp/assembler.h b/tools/testing/selftests/arm64/fp/assembler.h index 90bd433d2665..9b38a0da407d 100644 --- a/tools/testing/selftests/arm64/fp/assembler.h +++ b/tools/testing/selftests/arm64/fp/assembler.h @@ -57,7 +57,7 @@ endfunction  // Utility macro to print a literal string  // Clobbers x0-x4,x8  .macro puts string -	.pushsection .rodata.str1.1, "aMS", 1 +	.pushsection .rodata.str1.1, "aMS", @progbits, 1  .L__puts_literal\@: .string "\string"  	.popsection  |