Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax add size ...
details: https://anonhg.NetBSD.org/src/rev/b7e0ec1a6aaf
branches: trunk
changeset: 360369:b7e0ec1a6aaf
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 08 03:14:31 2018 +0000
description:
add size directives.
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/vax/bn_asm_vax.S | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r 2e391dd7f084 -r b7e0ec1a6aaf crypto/external/bsd/openssl/lib/libcrypto/arch/vax/bn_asm_vax.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/bn_asm_vax.S Thu Mar 08 03:12:01 2018 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/bn_asm_vax.S Thu Mar 08 03:14:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bn_asm_vax.S,v 1.1 2009/07/19 23:30:47 christos Exp $
+# $NetBSD: bn_asm_vax.S,v 1.2 2018/03/08 03:14:31 christos Exp $
#
# w.j.m. 15-jan-1999
#
@@ -50,6 +50,7 @@
movl %r6,%r0
ret
+ .size bn_mul_add_words, .-bn_mul_add_words
# .title vax_bn_mul_words unsigned multiply & add, 32*32+32=>64
#;
@@ -98,6 +99,7 @@
movl %r6,%r0
ret
+ .size bn_mul_words, .-bn_mul_words
@@ -136,6 +138,7 @@
sobgtr %r4,0b # loop
ret
+ .size bn_sqr_words, .-bn_sqr_words
# .title vax_bn_div_words unsigned divide
@@ -315,6 +318,7 @@
incl %r2 # [q',q] = [q',q] + 1
adwc $0,%r8
brb 5b
+ .size bn_div_words, .-bn_div_words
@@ -351,6 +355,7 @@
adwc $0,%r0
1: ret
+ .size bn_add_words, .-bn_add_words
#;
#; Richard Levitte 20-Nov-2000
@@ -383,6 +388,7 @@
1: adwc $0,%r0
ret
+ .size bn_sub_words, .-bn_sub_words
#
# Ragge 20-Sep-2003
@@ -463,3 +469,4 @@
sobgtr %r8,2b
ret
+ .size bn_mul_comba4, .-bn_mul_comba4
Home |
Main Index |
Thread Index |
Old Index