From: Wayne Davison Date: Sat, 20 Jun 2020 23:54:24 +0000 (-0700) Subject: Remove asm type & size. X-Git-Tag: v3.2.1pre1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f525f2c818fe49f62ec92f6e87b27615cf88ac8d;p=thirdparty%2Frsync.git Remove asm type & size. --- diff --git a/lib/md5-asm-x86_64.S b/lib/md5-asm-x86_64.S index 4eb884ed..814aac59 100644 --- a/lib/md5-asm-x86_64.S +++ b/lib/md5-asm-x86_64.S @@ -32,14 +32,8 @@ .text .align 16 -#ifndef __apple_build_version__ .globl md5_process_asm -.type md5_process_asm,@function md5_process_asm: -#else -.globl _md5_process_asm -_md5_process_asm: -#endif push %rbp push %rbx push %r12 @@ -699,11 +693,5 @@ _md5_process_asm: pop %rbx pop %rbp ret -#ifndef __apple_build_version__ -.L_md5_process_asm_end: -.size md5_process_asm,.L_md5_process_asm_end-md5_process_asm -#else -L_md5_process_asm_end: -#endif #endif /* !USE_OPENSSL ... */