diff options
author | Wayne Davison <wayne@opencoder.net> | 2020-06-20 16:54:24 -0700 |
---|---|---|
committer | Wayne Davison <wayne@opencoder.net> | 2020-06-20 16:54:24 -0700 |
commit | f525f2c818fe49f62ec92f6e87b27615cf88ac8d (patch) | |
tree | a6cf56919d1a2a7c9d0b26d7f6b2aecbda5e9810 /lib | |
parent | 1b5819efbd59abc9e18973080f6c829441470017 (diff) | |
download | rsync-f525f2c818fe49f62ec92f6e87b27615cf88ac8d.tar.gz |
Remove asm type & size.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/md5-asm-x86_64.S | 12 |
1 files changed, 0 insertions, 12 deletions
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 ... */ |