]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mon Jun 10 17:50:31 1996 David Mosberger-Tang <davidm@azstarnet.com>
authorRoland McGrath <roland@gnu.org>
Wed, 19 Jun 1996 06:47:39 +0000 (06:47 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 19 Jun 1996 06:47:39 +0000 (06:47 +0000)
* sysdeps/unix/sysv/linux/alpha/pipe.S: Use PSEUDO.

sysdeps/unix/sysv/linux/alpha/pipe.S

index b23803cecd32823f847da160beb6a7f8a9ede1df..60334adb45e310388da8f61a5e37521125d23d29 100644 (file)
@@ -20,23 +20,11 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-       .text
-LEAF(__pipe, 0)
-       .prologue 0
-
-       ldi     v0, __NR_pipe
-       call_pal PAL_callsys
-       bne     a3, error
-
+PSEUDO (__pipe, pipe, 0)
        stl     r0, 0(a0)
        stl     r1, 4(a0)
        mov     zero, v0
        ret
-
-error: br      gp, 1f
-1:     ldgp    gp, 0(gp)
-       jmp     zero, syscall_error
-
-       END(__pipe)
+PSEUDO_END(__pipe)
 
 weak_alias (__pipe, pipe)