diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-02-09 11:29:23 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-02-09 11:29:23 +0100 |
commit | 6a6c1c0ea91edeeb18736190feb5a7278d3d1141 (patch) | |
tree | ee72344ef78c891728a69e65113cab531cbe09b4 | |
parent | caa9c4f707b661cf398f2c2d66f54f5b0d8adfe2 (diff) | |
download | busybox-w32-6a6c1c0ea91edeeb18736190feb5a7278d3d1141.tar.gz busybox-w32-6a6c1c0ea91edeeb18736190feb5a7278d3d1141.tar.bz2 busybox-w32-6a6c1c0ea91edeeb18736190feb5a7278d3d1141.zip |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/hash_md5_sha256_x86-32_shaNI.S | 6 | ||||
-rw-r--r-- | libbb/hash_md5_sha256_x86-64_shaNI.S | 6 | ||||
-rw-r--r-- | libbb/hash_md5_sha_x86-32_shaNI.S | 4 | ||||
-rw-r--r-- | libbb/hash_md5_sha_x86-64_shaNI.S | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/libbb/hash_md5_sha256_x86-32_shaNI.S b/libbb/hash_md5_sha256_x86-32_shaNI.S index aa68193bd..413e2df9e 100644 --- a/libbb/hash_md5_sha256_x86-32_shaNI.S +++ b/libbb/hash_md5_sha256_x86-32_shaNI.S | |||
@@ -250,7 +250,7 @@ sha256_process_block64_shaNI: | |||
250 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI | 250 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI |
251 | 251 | ||
252 | .section .rodata.cst256.K256, "aM", @progbits, 256 | 252 | .section .rodata.cst256.K256, "aM", @progbits, 256 |
253 | .balign 16 | 253 | .balign 16 |
254 | K256: | 254 | K256: |
255 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 | 255 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 |
256 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 | 256 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 |
@@ -270,8 +270,8 @@ K256: | |||
270 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 | 270 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 |
271 | 271 | ||
272 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 | 272 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 |
273 | .balign 16 | 273 | .balign 16 |
274 | PSHUFFLE_BSWAP32_FLIP_MASK: | 274 | PSHUFFLE_BSWAP32_FLIP_MASK: |
275 | .octa 0x0c0d0e0f08090a0b0405060700010203 | 275 | .octa 0x0c0d0e0f08090a0b0405060700010203 |
276 | 276 | ||
277 | #endif | 277 | #endif |
diff --git a/libbb/hash_md5_sha256_x86-64_shaNI.S b/libbb/hash_md5_sha256_x86-64_shaNI.S index 4663f750a..c246762aa 100644 --- a/libbb/hash_md5_sha256_x86-64_shaNI.S +++ b/libbb/hash_md5_sha256_x86-64_shaNI.S | |||
@@ -257,7 +257,7 @@ sha256_process_block64_shaNI: | |||
257 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI | 257 | .size sha256_process_block64_shaNI, .-sha256_process_block64_shaNI |
258 | 258 | ||
259 | .section .rodata.cst256.K256, "aM", @progbits, 256 | 259 | .section .rodata.cst256.K256, "aM", @progbits, 256 |
260 | .balign 16 | 260 | .balign 16 |
261 | K256: | 261 | K256: |
262 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 | 262 | .long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 |
263 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 | 263 | .long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5 |
@@ -277,8 +277,8 @@ K256: | |||
277 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 | 277 | .long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2 |
278 | 278 | ||
279 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 | 279 | .section .rodata.cst16.PSHUFFLE_BSWAP32_FLIP_MASK, "aM", @progbits, 16 |
280 | .balign 16 | 280 | .balign 16 |
281 | PSHUFFLE_BSWAP32_FLIP_MASK: | 281 | PSHUFFLE_BSWAP32_FLIP_MASK: |
282 | .octa 0x0c0d0e0f08090a0b0405060700010203 | 282 | .octa 0x0c0d0e0f08090a0b0405060700010203 |
283 | 283 | ||
284 | #endif | 284 | #endif |
diff --git a/libbb/hash_md5_sha_x86-32_shaNI.S b/libbb/hash_md5_sha_x86-32_shaNI.S index a61b3cbed..afca98a62 100644 --- a/libbb/hash_md5_sha_x86-32_shaNI.S +++ b/libbb/hash_md5_sha_x86-32_shaNI.S | |||
@@ -219,8 +219,8 @@ sha1_process_block64_shaNI: | |||
219 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI | 219 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI |
220 | 220 | ||
221 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 | 221 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 |
222 | .balign 16 | 222 | .balign 16 |
223 | PSHUFFLE_BYTE_FLIP_MASK: | 223 | PSHUFFLE_BYTE_FLIP_MASK: |
224 | .octa 0x000102030405060708090a0b0c0d0e0f | 224 | .octa 0x000102030405060708090a0b0c0d0e0f |
225 | 225 | ||
226 | #endif | 226 | #endif |
diff --git a/libbb/hash_md5_sha_x86-64_shaNI.S b/libbb/hash_md5_sha_x86-64_shaNI.S index b32029360..54d122788 100644 --- a/libbb/hash_md5_sha_x86-64_shaNI.S +++ b/libbb/hash_md5_sha_x86-64_shaNI.S | |||
@@ -217,8 +217,8 @@ sha1_process_block64_shaNI: | |||
217 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI | 217 | .size sha1_process_block64_shaNI, .-sha1_process_block64_shaNI |
218 | 218 | ||
219 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 | 219 | .section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16 |
220 | .balign 16 | 220 | .balign 16 |
221 | PSHUFFLE_BYTE_FLIP_MASK: | 221 | PSHUFFLE_BYTE_FLIP_MASK: |
222 | .octa 0x000102030405060708090a0b0c0d0e0f | 222 | .octa 0x000102030405060708090a0b0c0d0e0f |
223 | 223 | ||
224 | #endif | 224 | #endif |