summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/syscalls.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-25 02:29:20 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-25 02:29:20 +0000
commitff45f14ea255d442f779157db133d73777675a5c (patch)
treeeafe5f8052f5e3fb0f50c48d3b8fdd371445c302 /libc/sysdeps/linux/powerpc/bits/syscalls.h
parent1d2230a7d275706c5f0de850e15527aae3744310 (diff)
downloaduClibc-alpine-ff45f14ea255d442f779157db133d73777675a5c.tar.bz2
uClibc-alpine-ff45f14ea255d442f779157db133d73777675a5c.tar.xz
A merging we will go. A merging we will go. Hi ho the merrio' a merging we will go.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/bits/syscalls.h')
-rw-r--r--libc/sysdeps/linux/powerpc/bits/syscalls.h5
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