chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0923a41
)
symm/rijndael-x86ish-aesni.S: Use `.extern' for external symbols.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 29 Dec 2016 14:35:06 +0000
(14:35 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 3 Apr 2017 09:10:15 +0000
(10:10 +0100)
Duh. `.globl' is certainly the wrong thing here.
symm/rijndael-x86ish-aesni.S
patch
|
blob
|
blame
|
history
diff --git
a/symm/rijndael-x86ish-aesni.S
b/symm/rijndael-x86ish-aesni.S
index 2b99b5c7458422be6e35d10d4ed7881db0efed39..e556aa53e5d47f6f4673de2ed3c50f1693c5878a 100644
(file)
--- a/
symm/rijndael-x86ish-aesni.S
+++ b/
symm/rijndael-x86ish-aesni.S
@@
-30,8
+30,8
@@
#include "config.h"
#include "asm-common.h"
#include "config.h"
#include "asm-common.h"
- .
globl
F(abort)
- .
globl
F(rijndael_rcon)
+ .
extern
F(abort)
+ .
extern
F(rijndael_rcon)
///--------------------------------------------------------------------------
/// Main code.
///--------------------------------------------------------------------------
/// Main code.