Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 22:14:34 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r290076 - projects/openssl-1.0.2/secure/lib/libcrypto/i386
Message-ID:  <201510272214.t9RMEYUK085891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,@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,@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,@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,@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,@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,@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,@function



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510272214.t9RMEYUK085891>