Module Name:    src
Committed By:   joerg
Date:           Thu Jul 28 20:24:37 UTC 2011

Modified Files:
        src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes-x86_64.S
            cmll-x86_64.S rc4-x86_64.S sha512-x86_64.S wp-x86_64.S

Log Message:
Drop @GOTPCREL when accessing local variables. For yet unknown reasons,
our version of GNU as decides to silently ignore it. Never versions on
other systems and Clang actually keep it around and create bad object
files. The object files are identical after the changes modulo the GOT
entry in the symbol table.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes-x86_64.S \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-x86_64.S \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha512-x86_64.S \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/wp-x86_64.S
cvs rdiff -u -r1.1 -r1.2 \
    src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/cmll-x86_64.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to