From 13f449ceaa5b21cea51ee2b182e80bd2319d1c75 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 29 Jun 2005 20:13:21 +0000 Subject: Minor cleanup. --- libc/sysdeps/linux/powerpc/bits/syscalls.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libc') 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 -- cgit v1.2.3