From: Ulrich Drepper Date: Wed, 1 Apr 1998 09:14:55 +0000 (+0000) Subject: Correct test for error and use PLTJMP() rather than explicit (PLT). X-Git-Tag: glibc-2.16-ports-before-merge~3263 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2284fbe2ac25901e27ce4eadf3b8d06cd76f8e83;p=thirdparty%2Fglibc.git Correct test for error and use PLTJMP() rather than explicit (PLT). --- diff --git a/sysdeps/unix/sysv/linux/arm/socket.S b/sysdeps/unix/sysv/linux/arm/socket.S index 0ff6dd01643..1ebec9ca26b 100644 --- a/sysdeps/unix/sysv/linux/arm/socket.S +++ b/sysdeps/unix/sysv/linux/arm/socket.S @@ -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)