diff options
| author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-29 20:13:21 +0000 | 
|---|---|---|
| committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-06-29 20:13:21 +0000 | 
| commit | 13f449ceaa5b21cea51ee2b182e80bd2319d1c75 (patch) | |
| tree | 986a96e2a879445b6a7cb977f7d01be8658c8ff8 /libc | |
| parent | 60a3f7d7d8148026f7fa9f07e930513434bc9053 (diff) | |
Minor cleanup.
Diffstat (limited to 'libc')
| -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  | 
