kselftest/arm64: Remove redundant _start labels from FP tests
authorMark Brown <broonie@kernel.org>
Thu, 12 Jan 2023 19:51:48 +0000 (19:51 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 20 Jan 2023 14:30:45 +0000 (14:30 +0000)
There are a number of freestanding static executables used in floating
point testing that have no runtime at all. These all define the main entry
point as:

   .globl _start
   function _start
   _start:

but clang's integrated assembler complains that:

  error: symbol '_start' is already defined

due to having both a label and function directive. Remove the label to
allow building with clang.

No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20230111-arm64-kselftest-clang-v1-2-89c69d377727@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/fp-pidbench.S
tools/testing/selftests/arm64/fp/fpsimd-test.S
tools/testing/selftests/arm64/fp/sve-test.S
tools/testing/selftests/arm64/fp/za-test.S

index 16a436389bfcdcb053e00a65398ad9d8482ae343..73830f6bc99b69f4de006145956eee9af3821579 100644 (file)
@@ -31,7 +31,6 @@
 // Main program entry point
 .globl _start
 function _start
-_start:
        puts    "Iterations per test: "
        mov     x20, #10000
        lsl     x20, x20, #8
index 918d04885a33f1be503ee8521c26f3eac7a2b15b..8b960d01ed2e0ef516893b68794078ddf8c01e1f 100644 (file)
@@ -215,7 +215,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
        mov     x23, #0         // signal count
 
        mov     w0, #SIGINT
index 2a18cb4c528c59d634b3e5f8dc5fa070d4faa0cf..4328895dfc8763f6f63c540f27c8976eaf3da7d6 100644 (file)
@@ -378,7 +378,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
        mov     x23, #0         // Irritation signal count
 
        mov     w0, #SIGINT
index 53c54af6570471d971d191c9bb9cfd29a77556ca..9dcd70911397545552d104d66e926c99ab3a9652 100644 (file)
@@ -231,7 +231,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
        mov     x23, #0         // signal count
 
        mov     w0, #SIGINT