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 elide ...



details:   https://anonhg.NetBSD.org/src/rev/352174dabcf1
branches:  trunk
changeset: 344301:352174dabcf1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 20 22:27:31 2016 +0000

description:
elide bug with new cpuid code.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 371dc2f1a1f8 -r 352174dabcf1 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile    Sun Mar 20 22:26:56 2016 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile    Sun Mar 20 22:27:31 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2015/05/16 22:23:31 joerg Exp $
+#      $NetBSD: Makefile,v 1.9 2016/03/20 22:27:31 christos Exp $
 
 .include "bsd.own.mk"
 
@@ -16,6 +16,7 @@
                 (echo "#include <machine/asm.h>"; CC=${CC:Q} perl $$i elf | sed \
                    -e 's/\(OPENSSL[A-Za-z0-9_+]*\)(%rip)/\1@GOTPCREL(%rip)/' \
                    -e 's/.hidden       OPENSSL_cpuid_setup/.globl      OPENSSL_cpuid_setup/' \
-                   -e 's/call  OPENSSL_cpuid_setup/call        PIC_PLT(OPENSSL_cpuid_setup)/') \
+                   -e 's/call  OPENSSL_cpuid_setup/call        PIC_PLT(OPENSSL_cpuid_setup)/' \
+                   -e 's/rdseedq/rdseed/') \
                > $$(basename $$i .pl).S; \
        done



Home | Main Index | Thread Index | Old Index