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/i386 Call OPE...
details: https://anonhg.NetBSD.org/src/rev/5bd898aad5bf
branches: trunk
changeset: 780539:5bd898aad5bf
user: matt <matt%NetBSD.org@localhost>
date: Sat Jul 28 18:06:08 2012 +0000
description:
Call OPENSSL_cpuid_setup through PLT to avoid DT_TEXTREL
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r b5379b128157 -r 5bd898aad5bf crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S Sat Jul 28 17:33:53 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S Sat Jul 28 18:06:08 2012 +0000
@@ -329,4 +329,4 @@
.size OPENSSL_ia32_rdrand,.-.L_OPENSSL_ia32_rdrand_begin
.comm OPENSSL_ia32cap_P,8,4
.section .init
- call OPENSSL_cpuid_setup
+ call OPENSSL_cpuid_setup@PLT
Home |
Main Index |
Thread Index |
Old Index