From 6b6f51c21dd29685bd1339de0bdffc0929316c63 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Jan 2022 03:43:00 +0100 Subject: nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes --- libc/sysdeps/linux/nds32/bits/syscalls.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/nds32/bits/syscalls.h') diff --git a/libc/sysdeps/linux/nds32/bits/syscalls.h b/libc/sysdeps/linux/nds32/bits/syscalls.h index a5cdda18a..50e30db7d 100644 --- a/libc/sysdeps/linux/nds32/bits/syscalls.h +++ b/libc/sysdeps/linux/nds32/bits/syscalls.h @@ -37,8 +37,7 @@ #define Y(x) X(x) #define LIB_SYSCALL __NR_syscall -#define __issue_syscall(syscall_name) \ -" syscall " Y(syscall_name) "; \n" +#define __issue_syscall(syscall_name) "syscall 0x0;\n" #undef INTERNAL_SYSCALL_ERROR_P #define INTERNAL_SYSCALL_ERROR_P(val, err) ((unsigned int) (val) >= 0xfffff001u) -- cgit v1.2.3