From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: symm/rijndael-x86ish-aesni.S: Decorate `rijndael_rcon' correctly. X-Git-Tag: 2.2.4~8 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/811a896f759eb74b37d116514d94d3c7ae1c36f1 symm/rijndael-x86ish-aesni.S: Decorate `rijndael_rcon' correctly. I don't think I've tested this on 32-bit Windows, which is the only platform I'm currently supporting which needs nontrivial symbol decoration. --- diff --git a/symm/rijndael-x86ish-aesni.S b/symm/rijndael-x86ish-aesni.S index 0b295e57..09543172 100644 --- a/symm/rijndael-x86ish-aesni.S +++ b/symm/rijndael-x86ish-aesni.S @@ -197,7 +197,7 @@ FUNC(rijndael_setup_x86ish_aesni) // Find the round constants. ldgot ecx - leaext RCON, rijndael_rcon, ecx + leaext RCON, F(rijndael_rcon), ecx // Prepare for the main loop. lea SI, [CTX + w]