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 remove u...
details: https://anonhg.NetBSD.org/src/rev/d309dbc5f74b
branches: trunk
changeset: 766011:d309dbc5f74b
user: spz <spz%NetBSD.org@localhost>
date: Mon Jun 13 06:22:08 2011 +0000
description:
remove unhelpful '.file' paths, just name the file itself
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S | 2 +-
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86.S | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86.s"
+.file "aesni-x86.s"
.text
.globl aesni_encrypt
.type aesni_encrypt,@function
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-586.s"
+.file "bn-586.s"
.text
.globl bn_mul_add_words
.type bn_mul_add_words,@function
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/co-586.s"
+.file "co-586.s"
.text
.globl bn_mul_comba8
.type bn_mul_comba8,@function
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-586.s"
+.file "md5-586.s"
.text
.globl md5_block_asm_data_order
.type md5_block_asm_data_order,@function
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/rmd-586.s"
+.file "rmd-586.s"
.text
.globl ripemd160_block_asm_data_order
.type ripemd160_block_asm_data_order,@function
diff -r 8d19f49e1efa -r d309dbc5f74b crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86.S
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86.S Mon Jun 13 05:23:33 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86.S Mon Jun 13 06:22:08 2011 +0000
@@ -1,4 +1,4 @@
-.file "/home/spz/cvs/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/x86.s"
+.file "x86.s"
.text
.globl bn_mul_add_words
.type bn_mul_add_words,@function
Home |
Main Index |
Thread Index |
Old Index