diff options
| -rw-r--r-- | libc/sysdeps/linux/powerpc/bits/syscalls.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/powerpc/bits/syscalls.h b/libc/sysdeps/linux/powerpc/bits/syscalls.h index ac7395097..6168f3906 100644 --- a/libc/sysdeps/linux/powerpc/bits/syscalls.h +++ b/libc/sysdeps/linux/powerpc/bits/syscalls.h @@ -27,10 +27,9 @@  	".align 2\n\t"					\  	".globl " __STRINGIFY(name) "\n\t"		\  	".type " __STRINGIFY(name) ",@function\n\t"	\ -	#name":\n\tli 0," __STRINGIFY(__NR_##name) "\n\t"	\ +	#name":\tli 0," __STRINGIFY(__NR_##name) "\n\t"	\  	"b " __MAKE_SYSCALL "\n\t"		\ -	".Lfe1" __STRINGIFY(name) ":\n\t"			\ -	".size\t" __STRINGIFY(name) ",.Lfe1" __STRINGIFY(name) "-" __STRINGIFY(name) "\n"	\ +	".size\t" __STRINGIFY(name) ",.""-" __STRINGIFY(name) "\n"	\  	)  #undef _syscall0  | 
