From 3c56063c3f6ce2206ed8ab78f78df5b28714573c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 Jul 2015 18:05:48 -0400 Subject: =?UTF-8?q?Added=20CRYPTOPP=5FCLANG=5FNO=5FINTEGRATED=5FAS=20as=20?= =?UTF-8?q?a=20guard=20in=20config.h=20(disabled=20by=20default=20since=20?= =?UTF-8?q?integrated-as=20is=20default=20behavior=20and=20the=20bug=20is?= =?UTF-8?q?=20active).=20GNU=5FATT=5FSYNTAX=20=E2=86=92=20GNU=5FAS=5FATT?= =?UTF-8?q?=5FSYNTAX=20and=20GNUINTEL=5FSYNTAX=20=E2=86=92=20GNU=5FAS=5FIN?= =?UTF-8?q?TEL=5FSYNTAX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sosemanuk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sosemanuk.cpp') diff --git a/sosemanuk.cpp b/sosemanuk.cpp index 918c5d48..d6579e78 100644 --- a/sosemanuk.cpp +++ b/sosemanuk.cpp @@ -355,7 +355,7 @@ void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *outpu #endif __asm__ __volatile__ ( - GNU_INTEL_SYNTAX + GNU_AS_INTEL_SYNTAX AS_PUSH_IF86( bx) #else word32 *state = m_state; @@ -595,7 +595,7 @@ void SosemanukPolicy::OperateKeystream(KeystreamOperation operation, byte *outpu #ifdef __GNUC__ AS_POP_IF86( bx) - GNU_ATT_SYNTAX + GNU_AS_ATT_SYNTAX : : "a" (m_state.m_ptr), "c" (iterationCount), "S" (s_sosemanukMulTables), "D" (output), "d" (input) #if CRYPTOPP_BOOL_X64 -- cgit v1.2.1