kselftest/arm64: Remove redundant _start labels from zt-test
authorMark Brown <broonie@kernel.org>
Mon, 30 Jan 2023 23:45:57 +0000 (23:45 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 31 Jan 2023 16:02:13 +0000 (16:02 +0000)
The newly added zt-test program copied the pattern from the other FP
stress test programs of having a redundant _start label which is
rejected by clang, as we did in a parallel series for the other tests
remove the label so we can build with clang.

No functional change.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230130-arm64-fix-sme2-clang-v1-1-3ce81d99ea8f@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/zt-test.S

index 7ec90976cf5e0d4de49a1b6959ee024bebe26d93..d632863976380b181da77586433ef59aa66f95ad 100644 (file)
@@ -200,7 +200,6 @@ endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
        mov     x23, #0         // signal count
 
        mov     w0, #SIGINT