Padlock engine fails to compile with -O0 -fPIC [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Sun, 20 May 2007 07:14:14 +0000 (07:14 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 20 May 2007 07:14:14 +0000 (07:14 +0000)
crypto/engine/eng_padlock.c

index e1d66eac58adcba26a55637eca8d343f89acc02d..8531bde1db8c17e27139bbc7e24767a79669269b 100644 (file)
@@ -436,7 +436,7 @@ static inline void *name(size_t cnt,                \
                        rep_xcrypt "\n"         \
                "       popl    %%ebx"          \
                : "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
-               : "0"(cdata), "1"(cnt), "2"(out), "3"(inp), "m"(*cdata)  \
+               : "0"(cdata), "1"(cnt), "2"(out), "3"(inp)  \
                : "edx", "cc", "memory");       \
        return iv;                              \
 }