svn commit: r290076 - projects/openssl-1.0.2/secure/lib/libcrypto/i386

Jung-uk Kim jkim at FreeBSD.org
Tue Oct 27 22:14:36 UTC 2015


Author: jkim
Date: Tue Oct 27 22:14:34 2015
New Revision: 290076
URL: https://svnweb.freebsd.org/changeset/base/290076

Log:
  Shorten .file directives in assmebly files for i386.

Modified:
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/aesni-x86.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/bn-586.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/co-586.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/md5-586.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/rmd-586.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-gf2m.s
  projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-mont.s

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/aesni-x86.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/aesni-x86.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/aesni-x86.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/aes/asm/aesni-x86.s"
+.file	"aesni-x86.s"
 .text
 .globl	aesni_encrypt
 .type	aesni_encrypt, at function

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/bn-586.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/bn-586.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/bn-586.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/asm/bn-586.s"
+.file	"bn-586.s"
 .text
 .globl	bn_mul_add_words
 .type	bn_mul_add_words, at function

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/co-586.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/co-586.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/co-586.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/asm/co-586.s"
+.file	"co-586.s"
 .text
 .globl	bn_mul_comba8
 .type	bn_mul_comba8, at function

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/md5-586.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/md5-586.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/md5-586.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/md5/asm/md5-586.s"
+.file	"md5-586.s"
 .text
 .globl	md5_block_asm_data_order
 .type	md5_block_asm_data_order, at function

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/rmd-586.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/rmd-586.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/rmd-586.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/ripemd/asm/rmd-586.s"
+.file	"rmd-586.s"
 .text
 .globl	ripemd160_block_asm_data_order
 .type	ripemd160_block_asm_data_order, at function

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-gf2m.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-gf2m.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-gf2m.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/asm/x86-gf2m.s"
+.file	"x86-gf2m.s"
 .text
 .type	_mul_1x1_mmx, at function
 .align	16

Modified: projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-mont.s
==============================================================================
--- projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-mont.s	Tue Oct 27 22:11:09 2015	(r290075)
+++ projects/openssl-1.0.2/secure/lib/libcrypto/i386/x86-mont.s	Tue Oct 27 22:14:34 2015	(r290076)
@@ -1,5 +1,5 @@
 	# $FreeBSD$
-.file	"/root/secure/lib/libcrypto/../../../crypto/openssl/crypto/bn/asm/x86-mont.s"
+.file	"x86-mont.s"
 .text
 .globl	bn_mul_mont
 .type	bn_mul_mont, at function


More information about the svn-src-projects mailing list