libbb: rename source files, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
master
Denys Vlasenko 2023-07-18 16:41:12 +02:00
parent c484846c44
commit 8f0845cad7
7 changed files with 8 additions and 8 deletions

View File

@ -56,11 +56,11 @@ lib-y += login.o
lib-y += make_directory.o
lib-y += makedev.o
lib-y += hash_md5_sha.o
lib-y += hash_md5_sha_x86-64.o
lib-y += hash_md5_sha_x86-64_shaNI.o
lib-y += hash_md5_sha_x86-32_shaNI.o
lib-y += hash_md5_sha256_x86-64_shaNI.o
lib-y += hash_md5_sha256_x86-32_shaNI.o
lib-y += hash_sha1_x86-64.o
lib-y += hash_sha1_hwaccel_x86-64.o
lib-y += hash_sha1_hwaccel_x86-32.o
lib-y += hash_sha256_hwaccel_x86-64.o
lib-y += hash_sha256_hwaccel_x86-32.o
# Alternative (disabled) MD5 implementation
#lib-y += hash_md5prime.o
lib-y += messages.o

View File

@ -1,4 +1,4 @@
### Generated by hash_md5_sha_x86-64.S.sh ###
### Generated by hash_sha1_x86-64.S.sh ###
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
#ifdef __linux__

View File

@ -4,7 +4,7 @@
# The reason is that the changes to generated code are difficult
# to visualize by looking only at this script, it helps when the commit
# also contains the diff of the generated file.
exec >hash_md5_sha_x86-64.S
exec >hash_sha1_x86-64.S
# Based on http://arctic.org/~dean/crypto/sha1.html.
# ("This SHA1 implementation is public domain.")
@ -124,7 +124,7 @@ INTERLEAVE() {
# ...but pshufb is a SSSE3 insn. Can't use it.
echo \
"### Generated by hash_md5_sha_x86-64.S.sh ###
"### Generated by hash_sha1_x86-64.S.sh ###
#if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__)
#ifdef __linux__