]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct test for error and use PLTJMP() rather than explicit (PLT).
authorUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 1998 09:14:55 +0000 (09:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 1 Apr 1998 09:14:55 +0000 (09:14 +0000)
sysdeps/unix/sysv/linux/arm/socket.S

index 0ff6dd016439bc47fb17267cc85bfe596155a83c..1ebec9ca26b382abe83936a999483437bb7757f1 100644 (file)
@@ -43,7 +43,7 @@ ENTRY (__socket)
 
        /* r0 is < 0 if there was an error.  */
        cmn r0, $124
-       bge syscall_error(PLT)
+       bhs PLTJMP(syscall_error)
 
        /* Successful; return the syscall's value.  */
        RETINSTR(mov,pc,r14)