diff options
author | 2008-06-12 16:11:36 +0000 | |
---|---|---|
committer | 2008-06-12 16:11:36 +0000 | |
commit | ac10046b4e3c7ff8445d3ed61722e44b5c008f65 (patch) | |
tree | e884b058a574b38072f9d5edac3c50c4a60f8f38 | |
parent | -d tweaks; (diff) | |
download | wireguard-openbsd-ac10046b4e3c7ff8445d3ed61722e44b5c008f65.tar.xz wireguard-openbsd-ac10046b4e3c7ff8445d3ed61722e44b5c008f65.zip |
use ALTENTRY; was ok millert@
-rw-r--r-- | lib/libm/arch/vax/n_support.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/arch/vax/n_support.S b/lib/libm/arch/vax/n_support.S index 6cb77266f86..f4d318614e4 100644 --- a/lib/libm/arch/vax/n_support.S +++ b/lib/libm/arch/vax/n_support.S @@ -1,4 +1,4 @@ -/* $OpenBSD: n_support.S,v 1.8 2008/06/11 14:50:06 martynas Exp $ */ +/* $OpenBSD: n_support.S,v 1.9 2008/06/12 16:11:36 martynas Exp $ */ /* $NetBSD: n_support.S,v 1.1 1995/10/10 23:40:30 ragge Exp $ */ /* * Copyright (c) 1985, 1993 @@ -125,9 +125,7 @@ ret1: ret * CODED IN VAX ASSEMBLY LANGUAGE BY K.C. NG, 4/8/85. */ - .globl drem - drem = remainder - +ALTENTRY(drem) ENTRY(remainder, R2|R3|R4|R5|R6|R7|R8|R9|R10|R11) subl2 $12,sp movq 4(ap),r0 #r0=x |