summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-06-02 07:49:37 -0400
committermidipix <writeonce@midipix.org>2015-06-02 07:49:37 -0400
commita1ab35917fdadb01baf62ca8129050a71a2479ae (patch)
tree23379ebf65a05724489ffa6d2e74a7bee1c00c7b /arch/nt64
parent1fabb209db4ee826ce88a353dc6003b64d5fe9d6 (diff)
downloadmmglue-a1ab35917fdadb01baf62ca8129050a71a2479ae.tar.bz2
mmglue-a1ab35917fdadb01baf62ca8129050a71a2479ae.tar.xz
weak symbols: syntax uniformity: use .global rather than .globl.
Diffstat (limited to 'arch/nt64')
-rw-r--r--arch/nt64/weak/nt64/__clock_gettime_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__dn_expand_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__endgrent_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__fdopen_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__fseeko_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__ftello_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__gmtime_r_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__localtime_r_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__memalign_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__mmap_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__mprotect_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__mremap_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__munmap_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__nl_langinfo_l_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__nl_langinfo_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_cond_timedwait_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_create_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_exit_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_getspecific_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_key_create_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_mutex_lock_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_mutex_trylock_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_mutex_unlock_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_once_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_setcancelstate_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__pthread_testcancel_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__res_query_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__sigaction_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__stdio_exit_needed_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__strdup_sym.s2
-rw-r--r--arch/nt64/weak/nt64/__vm_lock_sym.s4
31 files changed, 32 insertions, 32 deletions
diff --git a/arch/nt64/weak/nt64/__clock_gettime_sym.s b/arch/nt64/weak/nt64/__clock_gettime_sym.s
index e38e4c6..4e21ffe 100644
--- a/arch/nt64/weak/nt64/__clock_gettime_sym.s
+++ b/arch/nt64/weak/nt64/__clock_gettime_sym.s
@@ -1,3 +1,3 @@
- .globl clock_gettime
+ .global clock_gettime
clock_gettime:
jmp __clock_gettime
diff --git a/arch/nt64/weak/nt64/__dn_expand_sym.s b/arch/nt64/weak/nt64/__dn_expand_sym.s
index 814a9f8..7fc84d5 100644
--- a/arch/nt64/weak/nt64/__dn_expand_sym.s
+++ b/arch/nt64/weak/nt64/__dn_expand_sym.s
@@ -1,3 +1,3 @@
- .globl dn_expand
+ .global dn_expand
dn_expand:
jmp __dn_expand
diff --git a/arch/nt64/weak/nt64/__endgrent_sym.s b/arch/nt64/weak/nt64/__endgrent_sym.s
index 3542bc4..f7ab24c 100644
--- a/arch/nt64/weak/nt64/__endgrent_sym.s
+++ b/arch/nt64/weak/nt64/__endgrent_sym.s
@@ -1,3 +1,3 @@
- .globl endgrent
+ .global endgrent
endgrent:
jmp setgrent
diff --git a/arch/nt64/weak/nt64/__fdopen_sym.s b/arch/nt64/weak/nt64/__fdopen_sym.s
index 744354b..828cb5d 100644
--- a/arch/nt64/weak/nt64/__fdopen_sym.s
+++ b/arch/nt64/weak/nt64/__fdopen_sym.s
@@ -1,3 +1,3 @@
- .globl fdopen
+ .global fdopen
fdopen:
jmp __fdopen
diff --git a/arch/nt64/weak/nt64/__fseeko_sym.s b/arch/nt64/weak/nt64/__fseeko_sym.s
index 42f2151..e4a3827 100644
--- a/arch/nt64/weak/nt64/__fseeko_sym.s
+++ b/arch/nt64/weak/nt64/__fseeko_sym.s
@@ -1,3 +1,3 @@
- .globl fseeko
+ .global fseeko
fseeko:
jmp __fseeko
diff --git a/arch/nt64/weak/nt64/__ftello_sym.s b/arch/nt64/weak/nt64/__ftello_sym.s
index 1f2412f..95be54b 100644
--- a/arch/nt64/weak/nt64/__ftello_sym.s
+++ b/arch/nt64/weak/nt64/__ftello_sym.s
@@ -1,3 +1,3 @@
- .globl ftello
+ .global ftello
ftello:
jmp __ftello
diff --git a/arch/nt64/weak/nt64/__gmtime_r_sym.s b/arch/nt64/weak/nt64/__gmtime_r_sym.s
index 33fb889..fcb8de2 100644
--- a/arch/nt64/weak/nt64/__gmtime_r_sym.s
+++ b/arch/nt64/weak/nt64/__gmtime_r_sym.s
@@ -1,3 +1,3 @@
- .globl gmtime_r
+ .global gmtime_r
gmtime_r:
jmp __gmtime_r
diff --git a/arch/nt64/weak/nt64/__localtime_r_sym.s b/arch/nt64/weak/nt64/__localtime_r_sym.s
index d3ad151..47841f1 100644
--- a/arch/nt64/weak/nt64/__localtime_r_sym.s
+++ b/arch/nt64/weak/nt64/__localtime_r_sym.s
@@ -1,3 +1,3 @@
- .globl localtime_r
+ .global localtime_r
localtime_r:
jmp __localtime_r
diff --git a/arch/nt64/weak/nt64/__memalign_sym.s b/arch/nt64/weak/nt64/__memalign_sym.s
index 4340dd8..c01f047 100644
--- a/arch/nt64/weak/nt64/__memalign_sym.s
+++ b/arch/nt64/weak/nt64/__memalign_sym.s
@@ -1,3 +1,3 @@
- .globl memalign
+ .global memalign
memalign:
jmp __memalign
diff --git a/arch/nt64/weak/nt64/__mmap_sym.s b/arch/nt64/weak/nt64/__mmap_sym.s
index d6642ce..fa4995e 100644
--- a/arch/nt64/weak/nt64/__mmap_sym.s
+++ b/arch/nt64/weak/nt64/__mmap_sym.s
@@ -1,3 +1,3 @@
- .globl mmap
+ .global mmap
mmap:
jmp __mmap
diff --git a/arch/nt64/weak/nt64/__mprotect_sym.s b/arch/nt64/weak/nt64/__mprotect_sym.s
index f7b766d..a45dd23 100644
--- a/arch/nt64/weak/nt64/__mprotect_sym.s
+++ b/arch/nt64/weak/nt64/__mprotect_sym.s
@@ -1,4 +1,4 @@
- .globl mprotect
+ .global mprotect
mprotect:
jmp __mprotect
diff --git a/arch/nt64/weak/nt64/__mremap_sym.s b/arch/nt64/weak/nt64/__mremap_sym.s
index 5e7c835..b265ddc 100644
--- a/arch/nt64/weak/nt64/__mremap_sym.s
+++ b/arch/nt64/weak/nt64/__mremap_sym.s
@@ -1,3 +1,3 @@
- .globl mremap
+ .global mremap
mremap:
jmp __mremap
diff --git a/arch/nt64/weak/nt64/__munmap_sym.s b/arch/nt64/weak/nt64/__munmap_sym.s
index a751163..2cf8702 100644
--- a/arch/nt64/weak/nt64/__munmap_sym.s
+++ b/arch/nt64/weak/nt64/__munmap_sym.s
@@ -1,3 +1,3 @@
- .globl munmap
+ .global munmap
munmap:
jmp __munmap
diff --git a/arch/nt64/weak/nt64/__nl_langinfo_l_sym.s b/arch/nt64/weak/nt64/__nl_langinfo_l_sym.s
index 8757114..deb1d9c 100644
--- a/arch/nt64/weak/nt64/__nl_langinfo_l_sym.s
+++ b/arch/nt64/weak/nt64/__nl_langinfo_l_sym.s
@@ -1,3 +1,3 @@
- .globl nl_langinfo_l
+ .global nl_langinfo_l
nl_langinfo_l:
jmp __nl_langinfo_l
diff --git a/arch/nt64/weak/nt64/__nl_langinfo_sym.s b/arch/nt64/weak/nt64/__nl_langinfo_sym.s
index 5a0821c..dff737e 100644
--- a/arch/nt64/weak/nt64/__nl_langinfo_sym.s
+++ b/arch/nt64/weak/nt64/__nl_langinfo_sym.s
@@ -1,3 +1,3 @@
- .globl nl_langinfo
+ .global nl_langinfo
nl_langinfo:
jmp __nl_langinfo
diff --git a/arch/nt64/weak/nt64/__pthread_cond_timedwait_sym.s b/arch/nt64/weak/nt64/__pthread_cond_timedwait_sym.s
index e096338..476d29a 100644
--- a/arch/nt64/weak/nt64/__pthread_cond_timedwait_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_cond_timedwait_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_cond_timedwait
+ .global pthread_cond_timedwait
pthread_cond_timedwait:
jmp __pthread_cond_timedwait
diff --git a/arch/nt64/weak/nt64/__pthread_create_sym.s b/arch/nt64/weak/nt64/__pthread_create_sym.s
index 61bdb0d..a9f6770 100644
--- a/arch/nt64/weak/nt64/__pthread_create_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_create_sym.s
@@ -1,4 +1,4 @@
- .globl pthread_create
+ .global pthread_create
pthread_create:
jmp __pthread_create
diff --git a/arch/nt64/weak/nt64/__pthread_exit_sym.s b/arch/nt64/weak/nt64/__pthread_exit_sym.s
index eb47d1c..1f762ac 100644
--- a/arch/nt64/weak/nt64/__pthread_exit_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_exit_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_exit
+ .global pthread_exit
pthread_exit:
jmp __pthread_exit
diff --git a/arch/nt64/weak/nt64/__pthread_getspecific_sym.s b/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
index 8fd8f53..3877601 100644
--- a/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
@@ -1,4 +1,4 @@
- .globl pthread_getspecific
+ .global pthread_getspecific
pthread_getspecific:
jmp __pthread_getspecific_impl
diff --git a/arch/nt64/weak/nt64/__pthread_key_create_sym.s b/arch/nt64/weak/nt64/__pthread_key_create_sym.s
index 5b665c8..2336b7f 100644
--- a/arch/nt64/weak/nt64/__pthread_key_create_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_key_create_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_key_create
+ .global pthread_key_create
pthread_key_create:
jmp __pthread_key_create
diff --git a/arch/nt64/weak/nt64/__pthread_mutex_lock_sym.s b/arch/nt64/weak/nt64/__pthread_mutex_lock_sym.s
index 621b18b..7b81e9d 100644
--- a/arch/nt64/weak/nt64/__pthread_mutex_lock_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_mutex_lock_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_mutex_lock
+ .global pthread_mutex_lock
pthread_mutex_lock:
jmp __pthread_mutex_lock
diff --git a/arch/nt64/weak/nt64/__pthread_mutex_trylock_sym.s b/arch/nt64/weak/nt64/__pthread_mutex_trylock_sym.s
index a0a37f4..5994981 100644
--- a/arch/nt64/weak/nt64/__pthread_mutex_trylock_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_mutex_trylock_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_mutex_trylock
+ .global pthread_mutex_trylock
pthread_mutex_trylock:
jmp __pthread_mutex_trylock
diff --git a/arch/nt64/weak/nt64/__pthread_mutex_unlock_sym.s b/arch/nt64/weak/nt64/__pthread_mutex_unlock_sym.s
index ffdcd23..20a68b2 100644
--- a/arch/nt64/weak/nt64/__pthread_mutex_unlock_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_mutex_unlock_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_mutex_unlock
+ .global pthread_mutex_unlock
pthread_mutex_unlock:
jmp __pthread_mutex_unlock
diff --git a/arch/nt64/weak/nt64/__pthread_once_sym.s b/arch/nt64/weak/nt64/__pthread_once_sym.s
index 03f39d4..84cf04f 100644
--- a/arch/nt64/weak/nt64/__pthread_once_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_once_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_once
+ .global pthread_once
pthread_once:
jmp __pthread_once
diff --git a/arch/nt64/weak/nt64/__pthread_setcancelstate_sym.s b/arch/nt64/weak/nt64/__pthread_setcancelstate_sym.s
index 8c050cc..a0867eb 100644
--- a/arch/nt64/weak/nt64/__pthread_setcancelstate_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_setcancelstate_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_setcancelstate
+ .global pthread_setcancelstate
pthread_setcancelstate:
jmp __pthread_setcancelstate
diff --git a/arch/nt64/weak/nt64/__pthread_testcancel_sym.s b/arch/nt64/weak/nt64/__pthread_testcancel_sym.s
index f51d2cd..6958de1 100644
--- a/arch/nt64/weak/nt64/__pthread_testcancel_sym.s
+++ b/arch/nt64/weak/nt64/__pthread_testcancel_sym.s
@@ -1,3 +1,3 @@
- .globl pthread_testcancel
+ .global pthread_testcancel
pthread_testcancel:
jmp __pthread_testcancel
diff --git a/arch/nt64/weak/nt64/__res_query_sym.s b/arch/nt64/weak/nt64/__res_query_sym.s
index d1813a8..d127ef6 100644
--- a/arch/nt64/weak/nt64/__res_query_sym.s
+++ b/arch/nt64/weak/nt64/__res_query_sym.s
@@ -1,3 +1,3 @@
- .globl res_query
+ .global res_query
res_query:
jmp __res_query
diff --git a/arch/nt64/weak/nt64/__sigaction_sym.s b/arch/nt64/weak/nt64/__sigaction_sym.s
index 60da124..0f78be8 100644
--- a/arch/nt64/weak/nt64/__sigaction_sym.s
+++ b/arch/nt64/weak/nt64/__sigaction_sym.s
@@ -1,3 +1,3 @@
- .globl sigaction
+ .global sigaction
sigaction:
jmp __sigaction
diff --git a/arch/nt64/weak/nt64/__stdio_exit_needed_sym.s b/arch/nt64/weak/nt64/__stdio_exit_needed_sym.s
index 48ae87e..724417a 100644
--- a/arch/nt64/weak/nt64/__stdio_exit_needed_sym.s
+++ b/arch/nt64/weak/nt64/__stdio_exit_needed_sym.s
@@ -1,3 +1,3 @@
- .globl __stdio_exit_needed
+ .global __stdio_exit_needed
__stdio_exit_needed:
jmp __stdio_exit
diff --git a/arch/nt64/weak/nt64/__strdup_sym.s b/arch/nt64/weak/nt64/__strdup_sym.s
index da3765c..ef8bc5a 100644
--- a/arch/nt64/weak/nt64/__strdup_sym.s
+++ b/arch/nt64/weak/nt64/__strdup_sym.s
@@ -1,3 +1,3 @@
- .globl strdup
+ .global strdup
strdup:
jmp __strdup
diff --git a/arch/nt64/weak/nt64/__vm_lock_sym.s b/arch/nt64/weak/nt64/__vm_lock_sym.s
index 9e6cc6f..9ab823b 100644
--- a/arch/nt64/weak/nt64/__vm_lock_sym.s
+++ b/arch/nt64/weak/nt64/__vm_lock_sym.s
@@ -1,8 +1,8 @@
- .globl __vm_lock_impl /* symbol excluded from libc.so */
+ .global __vm_lock_impl /* symbol excluded from libc.so */
__vm_lock_impl:
jmp __vm_lock
- .globl __vm_unlock_impl /* symbol excluded from libc.so */
+ .global __vm_unlock_impl /* symbol excluded from libc.so */
__vm_unlock_impl:
jmp __vm_unlock