mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Don't mix .globl and .global - Pick one, stick to it
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "fe51_namespace.h"
|
||||
#include "consts_namespace.h"
|
||||
.p2align 5
|
||||
.global _fe51_nsquare
|
||||
.global fe51_nsquare
|
||||
.globl _fe51_nsquare
|
||||
.globl fe51_nsquare
|
||||
_fe51_nsquare:
|
||||
fe51_nsquare:
|
||||
mov %rsp,%r11
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#include "fe51_namespace.h"
|
||||
#include "consts_namespace.h"
|
||||
.p2align 5
|
||||
.global _fe51_pack
|
||||
.global fe51_pack
|
||||
.globl _fe51_pack
|
||||
.globl fe51_pack
|
||||
_fe51_pack:
|
||||
fe51_pack:
|
||||
mov %rsp,%r11
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "ladder_namespace.h"
|
||||
#include "consts_namespace.h"
|
||||
.p2align 5
|
||||
.global _ladder
|
||||
.global ladder
|
||||
.globl _ladder
|
||||
.globl ladder
|
||||
_ladder:
|
||||
ladder:
|
||||
mov %rsp,%r11
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "ladder_base_namespace.h"
|
||||
#include "consts_namespace.h"
|
||||
.p2align 5
|
||||
.global _ladder_base
|
||||
.global ladder_base
|
||||
.globl _ladder_base
|
||||
.globl ladder_base
|
||||
_ladder_base:
|
||||
ladder_base:
|
||||
mov %rsp,%r11
|
||||
|
||||
Reference in New Issue
Block a user