summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64/fp/fp-pidbench.S
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-01-12 19:51:48 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2023-01-20 14:30:45 +0000
commitcd57a6584fe596f4daf128007bff71b1c2ba16c8 (patch)
treeac00843a997a6e2add93c159ce4e73c56f88be19 /tools/testing/selftests/arm64/fp/fp-pidbench.S
parentaa58ace3499a678768f5ce9a5973919bfccd8a4e (diff)
downloadlinux-cd57a6584fe596f4daf128007bff71b1c2ba16c8.tar.gz
linux-cd57a6584fe596f4daf128007bff71b1c2ba16c8.tar.bz2
linux-cd57a6584fe596f4daf128007bff71b1c2ba16c8.zip
kselftest/arm64: Remove redundant _start labels from FP tests
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>
Diffstat (limited to 'tools/testing/selftests/arm64/fp/fp-pidbench.S')
-rw-r--r--tools/testing/selftests/arm64/fp/fp-pidbench.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/fp/fp-pidbench.S b/tools/testing/selftests/arm64/fp/fp-pidbench.S
index 16a436389bfc..73830f6bc99b 100644
--- a/tools/testing/selftests/arm64/fp/fp-pidbench.S
+++ b/tools/testing/selftests/arm64/fp/fp-pidbench.S
@@ -31,7 +31,6 @@
// Main program entry point
.globl _start
function _start
-_start:
puts "Iterations per test: "
mov x20, #10000
lsl x20, x20, #8