summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/syscall.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-11 23:36:50 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-11 23:36:50 +0000
commitacf47bbeebc8ceefe62bb13325e03080bbeed74c (patch)
treea4bdee36b1889a3b35d9a48fa60597b48503deeb /sysdeps/unix/sysv/linux/powerpc/syscall.S
parent38a29b57af7ed8b6f5c45253ccff1efe3fa0d71e (diff)
downloadglibc-acf47bbeebc8ceefe62bb13325e03080bbeed74c.tar.gz
Update.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Adjust asm syntax. * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/syscall.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/brk.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/syscall.S')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/syscall.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/syscall.S b/sysdeps/unix/sysv/linux/powerpc/syscall.S
index 4d55076907..92662342a5 100644
--- a/sysdeps/unix/sysv/linux/powerpc/syscall.S
+++ b/sysdeps/unix/sysv/linux/powerpc/syscall.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,12 +19,12 @@
#include <sysdep.h>
ENTRY (syscall)
- mr %r0,%r3
- mr %r3,%r4
- mr %r4,%r5
- mr %r5,%r6
- mr %r6,%r7
- mr %r7,%r8
+ mr r0,r3
+ mr r3,r4
+ mr r4,r5
+ mr r5,r6
+ mr r6,r7
+ mr r7,r8
sc
PSEUDO_RET
PSEUDO_END (syscall)