]> git.ipfire.org Git - thirdparty/rsync.git/commit
Fix conditional directives in the asm file
authorWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 15:44:04 +0000 (08:44 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 20 Jun 2020 16:06:18 +0000 (09:06 -0700)
commit9467c1f9b9b581e3abe78e00cc71de06fc175887
tree49ab2d9fbd8c9d8f6577a532a822d12ff41f7ecd
parent04653dabc8dff8c85d75ccab57749e0af91a03cb
Fix conditional directives in the asm file

- Switch .s -> .S to enable the preprocessor.
- Move some defines from mdigest.h to md-defines.h.
- Tweak the asm file to use md-defines.h.
- Add a couple missing .h dependencies in the Makefile.
Makefile.in
lib/md-defines.h [new file with mode: 0644]
lib/md5-asm-x86_64.S [moved from lib/md5-asm-x86_64.s with 99% similarity]
lib/mdigest.h