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/x86_64 make O...
details: https://anonhg.NetBSD.org/src/rev/d3be0367c282
branches: trunk
changeset: 780497:d3be0367c282
user: christos <christos%NetBSD.org@localhost>
date: Fri Jul 27 16:04:30 2012 +0000
description:
make OPENSSL_cpuid_setup global again
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 2e9fb3a69f16 -r d3be0367c282 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S Fri Jul 27 14:05:08 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S Fri Jul 27 16:04:30 2012 +0000
@@ -1,7 +1,7 @@
-.hidden OPENSSL_cpuid_setup
+.globl OPENSSL_cpuid_setup
.section .init
- call OPENSSL_cpuid_setup
+ call OPENSSL_cpuid_setup@GOTPCREL(%rip)
.hidden OPENSSL_ia32cap_P
.comm OPENSSL_ia32cap_P,8,4
Home |
Main Index |
Thread Index |
Old Index