from Donn Seeley -- from scratch, add Berkeley copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Apr 1991 07:56:03 +0000 (23:56 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 13 Apr 1991 07:56:03 +0000 (23:56 -0800)
SCCS-vsn: lib/libc/vax/stdlib/abs.s 5.5

usr/src/lib/libc/vax/stdlib/abs.s

index 8d25ffe..292a504 100644 (file)
@@ -1,19 +1,17 @@
 /*-
 /*-
- * Copyright (c) 1984 The Regents of the University of California.
+ * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * %sccs.include.proprietary.c%
+ * %sccs.include.redist.c%
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)abs.s       5.4 (Berkeley) %G%"
+       .asciz "@(#)abs.s       5.5 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 #endif /* LIBC_SCCS and not lint */
 
-#include "DEFS.h"
-
-ENTRY(abs, 0)
+ENTRY(abs)
        movl    4(ap),r0
        movl    4(ap),r0
-       bgeq    1f
+       jgeq    1f
        mnegl   r0,r0
 1:
        ret
        mnegl   r0,r0
 1:
        ret