Link with uplink module
authorTanzinul Islam <tanzinul.islam@gmail.com>
Sun, 13 Dec 2020 18:04:43 +0000 (18:04 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:55 +0000 (11:05 +0200)
commitdaf98015aac8bf392cf95edf9a54d845c1c22fd7
tree41115c55897351b29f572e0132a5cfaa83f8cb68
parent491a1e3363228e8276ee293a86acd7a961ffe9d3
Link with uplink module

The Clang-based `bcc32c.exe` expects AT&T syntax for inline assembly.
References:
 - http://docwiki.embarcadero.com/RADStudio/Sydney/en/Differences_Between_Clang-enhanced_C%2B%2B_Compilers_and_Previous-Generation_C%2B%2B_Compilers#Inline_Assembly
 - https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
 - https://sourceware.org/binutils/docs/as/i386_002dVariations.html

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/50-cppbuilder.conf
crypto/bio/bss_file.c
ms/applink.c
ms/uplink.c