remove unhelpful '.file' paths, just name the file itself

This commit is contained in:
spz 2011-06-13 06:22:08 +00:00
parent d1d54b9b66
commit f946e5a9cd
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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