Don't mix .globl and .global - Pick one, stick to it

This commit is contained in:
Frank Denis
2015-11-04 16:46:39 +01:00
parent 0c994ffa41
commit 6774994531
4 changed files with 8 additions and 8 deletions
@@ -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