Fix asm format of bn_mul.h for more portability

Found by Barry K. Nathan.

Quoting from http://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html:

"You can put multiple assembler instructions together in a single asm
template, separated by the characters normally used in assembly code for the
system. A combination that works in most places is a newline to break the
line, plus a tab character to move to the instruction field (written as
‘\n\t’). Sometimes semicolons can be used, if the assembler allows semicolons
as a line-breaking character. Note that some assembler dialects use semicolons
to start a comment."
This commit is contained in:
Manuel Pégourié-Gonnard 2014-06-19 17:20:43 +02:00 committed by Paul Bakker
parent 22ca9c0197
commit 4564af9e3d
2 changed files with 487 additions and 580 deletions

View File

@ -64,6 +64,8 @@ Bugfix
* Stricter check on SSL ClientHello internal sizes compared to actual packet
size (found by TrustInSoft)
* Fix preprocessor checks for bn_mul PPC asm (found by Barry K. Nathan).
* Use \n\t rather than semicolons for bn_mul asm, since some assemblers
interpret semicolons as comment delimiters (found by Barry K. Nathan).
= Version 1.2.10 released 2013-10-07
Changes

File diff suppressed because it is too large Load Diff