Latest update
This commit is contained in:
@@ -21,7 +21,6 @@ open OUT,"| \"$^X\" $xlate $flavour $output";
|
||||
$code.=<<___;
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
#if defined(__thumb2__) && !defined(__APPLE__)
|
||||
.syntax unified
|
||||
.thumb
|
||||
@@ -30,6 +29,8 @@ $code.=<<___;
|
||||
#undef __thumb2__
|
||||
#endif
|
||||
|
||||
.text
|
||||
|
||||
.align 5
|
||||
.global OPENSSL_atomic_add
|
||||
.type OPENSSL_atomic_add,%function
|
||||
|
||||
Reference in New Issue
Block a user