diff mbox series

kselftest/arm64: Remove redundant _start labels from zt-test

Message ID 20230130-arm64-fix-sme2-clang-v1-1-3ce81d99ea8f@kernel.org (mailing list archive)
State Accepted
Commit b2ab432bcf65e6fa3ec3fef6dd08796404b009d0
Headers show
Series kselftest/arm64: Remove redundant _start labels from zt-test | expand

Commit Message

Mark Brown Jan. 30, 2023, 11:45 p.m. UTC
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>
---
 tools/testing/selftests/arm64/fp/zt-test.S | 1 -
 1 file changed, 1 deletion(-)


---
base-commit: 3eb1b41fba97a1586e3ecca8c10547071f541567
change-id: 20230130-arm64-fix-sme2-clang-3b3ee73d78d4

Best regards,

Comments

Catalin Marinas Jan. 31, 2023, 4:29 p.m. UTC | #1
On Mon, 30 Jan 2023 23:45:57 +0000, Mark Brown wrote:
> 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.
> 
> [...]

Applied to arm64 (for-next/sme2), thanks!

[1/1] kselftest/arm64: Remove redundant _start labels from zt-test
      https://git.kernel.org/arm64/c/b2ab432bcf65
diff mbox series

Patch

diff --git a/tools/testing/selftests/arm64/fp/zt-test.S b/tools/testing/selftests/arm64/fp/zt-test.S
index 7ec90976cf5e..d63286397638 100644
--- a/tools/testing/selftests/arm64/fp/zt-test.S
+++ b/tools/testing/selftests/arm64/fp/zt-test.S
@@ -200,7 +200,6 @@  endfunction
 // Main program entry point
 .globl _start
 function _start
-_start:
 	mov	x23, #0		// signal count
 
 	mov	w0, #SIGINT