kvx: fix asm syntax
commitcf0e633c84ce83a5aaf39529b1c7595a0c46170b
authorPaul Iannetta <piannetta@kalray.eu>
Thu, 14 Sep 2023 15:22:18 +0000 (14 17:22 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Thu, 14 Sep 2023 15:25:03 +0000 (14 17:25 +0200)
treea6604562160ebad7df7b2256ef4675c9ec135f2c
parent94f7ab51dc5ca0df1746a599ff561a365dad0d7d
kvx: fix asm syntax

Previously kvx assembler considered all separators (",", "?", "=", "[]")
to be the same, this is not the case anymore hence we need to fix all
the misformed assembly.

Signed-off-by: Paul Iannetta <piannetta@kalray.eu>
Acked-by: Yann Sionneau <ysionneau@kalray.eu>
Tested-by: Yann Sionneau <ysionneau@kalray.eu>
Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>
libc/string/kvx/memcpy.S
libc/sysdeps/linux/kvx/clone.S