summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32
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/nt32
parent1fabb209db4ee826ce88a353dc6003b64d5fe9d6 (diff)
downloadmmglue-a1ab35917fdadb01baf62ca8129050a71a2479ae.tar.bz2
mmglue-a1ab35917fdadb01baf62ca8129050a71a2479ae.tar.xz
weak symbols: syntax uniformity: use .global rather than .globl.
Diffstat (limited to 'arch/nt32')
-rw-r--r--arch/nt32/weak/nt32/__clock_gettime_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__dn_expand_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__endgrent_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__fdopen_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__fseeko_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__ftello_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__gmtime_r_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__localtime_r_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__memalign_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__mmap_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__mprotect_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__mremap_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__munmap_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__nl_langinfo_l_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__nl_langinfo_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_cond_timedwait_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_create_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_exit_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_getspecific_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_key_create_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_mutex_lock_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_mutex_trylock_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_mutex_unlock_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_once_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_setcancelstate_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__pthread_testcancel_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__res_query_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__sigaction_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__stdio_exit_needed_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__strdup_sym.s2
-rw-r--r--arch/nt32/weak/nt32/__vm_lock_sym.s4
31 files changed, 32 insertions, 32 deletions
diff --git a/arch/nt32/weak/nt32/__clock_gettime_sym.s b/arch/nt32/weak/nt32/__clock_gettime_sym.s
index b3be68f..f3eb03c 100644
--- a/arch/nt32/weak/nt32/__clock_gettime_sym.s
+++ b/arch/nt32/weak/nt32/__clock_gettime_sym.s
@@ -1,3 +1,3 @@
- .globl _clock_gettime
+ .global _clock_gettime
_clock_gettime:
jmp ___clock_gettime
diff --git a/arch/nt32/weak/nt32/__dn_expand_sym.s b/arch/nt32/weak/nt32/__dn_expand_sym.s
index 3d8f3dc..84d59f1 100644
--- a/arch/nt32/weak/nt32/__dn_expand_sym.s
+++ b/arch/nt32/weak/nt32/__dn_expand_sym.s
@@ -1,3 +1,3 @@
- .globl _dn_expand
+ .global _dn_expand
_dn_expand:
jmp ___dn_expand
diff --git a/arch/nt32/weak/nt32/__endgrent_sym.s b/arch/nt32/weak/nt32/__endgrent_sym.s
index 1f27949..c23cd1c 100644
--- a/arch/nt32/weak/nt32/__endgrent_sym.s
+++ b/arch/nt32/weak/nt32/__endgrent_sym.s
@@ -1,3 +1,3 @@
- .globl _endgrent
+ .global _endgrent
_endgrent:
jmp _setgrent
diff --git a/arch/nt32/weak/nt32/__fdopen_sym.s b/arch/nt32/weak/nt32/__fdopen_sym.s
index 6bec157..3163dbd 100644
--- a/arch/nt32/weak/nt32/__fdopen_sym.s
+++ b/arch/nt32/weak/nt32/__fdopen_sym.s
@@ -1,3 +1,3 @@
- .globl _fdopen
+ .global _fdopen
_fdopen:
jmp ___fdopen
diff --git a/arch/nt32/weak/nt32/__fseeko_sym.s b/arch/nt32/weak/nt32/__fseeko_sym.s
index a38cdac..694a442 100644
--- a/arch/nt32/weak/nt32/__fseeko_sym.s
+++ b/arch/nt32/weak/nt32/__fseeko_sym.s
@@ -1,3 +1,3 @@
- .globl _fseeko
+ .global _fseeko
_fseeko:
jmp ___fseeko
diff --git a/arch/nt32/weak/nt32/__ftello_sym.s b/arch/nt32/weak/nt32/__ftello_sym.s
index 6693917..c54e840 100644
--- a/arch/nt32/weak/nt32/__ftello_sym.s
+++ b/arch/nt32/weak/nt32/__ftello_sym.s
@@ -1,3 +1,3 @@
- .globl _ftello
+ .global _ftello
_ftello:
jmp ___ftello
diff --git a/arch/nt32/weak/nt32/__gmtime_r_sym.s b/arch/nt32/weak/nt32/__gmtime_r_sym.s
index 42b4f6f..b422808 100644
--- a/arch/nt32/weak/nt32/__gmtime_r_sym.s
+++ b/arch/nt32/weak/nt32/__gmtime_r_sym.s
@@ -1,3 +1,3 @@
- .globl _gmtime_r
+ .global _gmtime_r
_gmtime_r:
jmp ___gmtime_r
diff --git a/arch/nt32/weak/nt32/__localtime_r_sym.s b/arch/nt32/weak/nt32/__localtime_r_sym.s
index e9817dc..a650fd6 100644
--- a/arch/nt32/weak/nt32/__localtime_r_sym.s
+++ b/arch/nt32/weak/nt32/__localtime_r_sym.s
@@ -1,3 +1,3 @@
- .globl _localtime_r
+ .global _localtime_r
_localtime_r:
jmp ___localtime_r
diff --git a/arch/nt32/weak/nt32/__memalign_sym.s b/arch/nt32/weak/nt32/__memalign_sym.s
index 837b243..6b6d5db 100644
--- a/arch/nt32/weak/nt32/__memalign_sym.s
+++ b/arch/nt32/weak/nt32/__memalign_sym.s
@@ -1,3 +1,3 @@
- .globl _memalign
+ .global _memalign
_memalign:
jmp ___memalign
diff --git a/arch/nt32/weak/nt32/__mmap_sym.s b/arch/nt32/weak/nt32/__mmap_sym.s
index c688996..98daf0a 100644
--- a/arch/nt32/weak/nt32/__mmap_sym.s
+++ b/arch/nt32/weak/nt32/__mmap_sym.s
@@ -1,3 +1,3 @@
- .globl _mmap
+ .global _mmap
_mmap:
jmp ___mmap
diff --git a/arch/nt32/weak/nt32/__mprotect_sym.s b/arch/nt32/weak/nt32/__mprotect_sym.s
index f342a3e..2455e58 100644
--- a/arch/nt32/weak/nt32/__mprotect_sym.s
+++ b/arch/nt32/weak/nt32/__mprotect_sym.s
@@ -1,4 +1,4 @@
- .globl _mprotect
+ .global _mprotect
_mprotect:
jmp ___mprotect
diff --git a/arch/nt32/weak/nt32/__mremap_sym.s b/arch/nt32/weak/nt32/__mremap_sym.s
index 92f1b99..10b097f 100644
--- a/arch/nt32/weak/nt32/__mremap_sym.s
+++ b/arch/nt32/weak/nt32/__mremap_sym.s
@@ -1,3 +1,3 @@
- .globl _mremap
+ .global _mremap
_mremap:
jmp ___mremap
diff --git a/arch/nt32/weak/nt32/__munmap_sym.s b/arch/nt32/weak/nt32/__munmap_sym.s
index 06cd460..6921701 100644
--- a/arch/nt32/weak/nt32/__munmap_sym.s
+++ b/arch/nt32/weak/nt32/__munmap_sym.s
@@ -1,3 +1,3 @@
- .globl _munmap
+ .global _munmap
_munmap:
jmp ___munmap
diff --git a/arch/nt32/weak/nt32/__nl_langinfo_l_sym.s b/arch/nt32/weak/nt32/__nl_langinfo_l_sym.s
index 4bddc77..aeeee91 100644
--- a/arch/nt32/weak/nt32/__nl_langinfo_l_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__nl_langinfo_sym.s b/arch/nt32/weak/nt32/__nl_langinfo_sym.s
index f1ec908..ac69c2b 100644
--- a/arch/nt32/weak/nt32/__nl_langinfo_sym.s
+++ b/arch/nt32/weak/nt32/__nl_langinfo_sym.s
@@ -1,3 +1,3 @@
- .globl _nl_langinfo
+ .global _nl_langinfo
_nl_langinfo:
jmp ___nl_langinfo
diff --git a/arch/nt32/weak/nt32/__pthread_cond_timedwait_sym.s b/arch/nt32/weak/nt32/__pthread_cond_timedwait_sym.s
index 2db8d03..9019271 100644
--- a/arch/nt32/weak/nt32/__pthread_cond_timedwait_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__pthread_create_sym.s b/arch/nt32/weak/nt32/__pthread_create_sym.s
index 37a07b0..4f7db48 100644
--- a/arch/nt32/weak/nt32/__pthread_create_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_create_sym.s
@@ -1,4 +1,4 @@
- .globl _pthread_create
+ .global _pthread_create
_pthread_create:
jmp ___pthread_create
diff --git a/arch/nt32/weak/nt32/__pthread_exit_sym.s b/arch/nt32/weak/nt32/__pthread_exit_sym.s
index b80e6d2..35b8986 100644
--- a/arch/nt32/weak/nt32/__pthread_exit_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_exit_sym.s
@@ -1,3 +1,3 @@
- .globl _pthread_exit
+ .global _pthread_exit
_pthread_exit:
jmp ___pthread_exit
diff --git a/arch/nt32/weak/nt32/__pthread_getspecific_sym.s b/arch/nt32/weak/nt32/__pthread_getspecific_sym.s
index f75fc7c..f2b89fc 100644
--- a/arch/nt32/weak/nt32/__pthread_getspecific_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_getspecific_sym.s
@@ -1,4 +1,4 @@
- .globl _pthread_getspecific
+ .global _pthread_getspecific
_pthread_getspecific:
jmp ___pthread_getspecific_impl
diff --git a/arch/nt32/weak/nt32/__pthread_key_create_sym.s b/arch/nt32/weak/nt32/__pthread_key_create_sym.s
index e55fc1c..8a4807e 100644
--- a/arch/nt32/weak/nt32/__pthread_key_create_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__pthread_mutex_lock_sym.s b/arch/nt32/weak/nt32/__pthread_mutex_lock_sym.s
index 18ca586..8360296 100644
--- a/arch/nt32/weak/nt32/__pthread_mutex_lock_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__pthread_mutex_trylock_sym.s b/arch/nt32/weak/nt32/__pthread_mutex_trylock_sym.s
index d59c979..5cef73d 100644
--- a/arch/nt32/weak/nt32/__pthread_mutex_trylock_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__pthread_mutex_unlock_sym.s b/arch/nt32/weak/nt32/__pthread_mutex_unlock_sym.s
index cf633a6..76cc135 100644
--- a/arch/nt32/weak/nt32/__pthread_mutex_unlock_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__pthread_once_sym.s b/arch/nt32/weak/nt32/__pthread_once_sym.s
index c3c2a63..b57a2ba 100644
--- a/arch/nt32/weak/nt32/__pthread_once_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_once_sym.s
@@ -1,3 +1,3 @@
- .globl _pthread_once
+ .global _pthread_once
_pthread_once:
jmp ___pthread_once
diff --git a/arch/nt32/weak/nt32/__pthread_setcancelstate_sym.s b/arch/nt32/weak/nt32/__pthread_setcancelstate_sym.s
index f788d5b..ffea46a 100644
--- a/arch/nt32/weak/nt32/__pthread_setcancelstate_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_setcancelstate_sym.s
@@ -1,3 +1,3 @@
- .globl _pthread_setcancelstate
+ .global _pthread_setcancelstate
_pthread_setcancelstate:
jmp ___pthread_setcancelstate
diff --git a/arch/nt32/weak/nt32/__pthread_testcancel_sym.s b/arch/nt32/weak/nt32/__pthread_testcancel_sym.s
index 4dffb59..ac8a6a0 100644
--- a/arch/nt32/weak/nt32/__pthread_testcancel_sym.s
+++ b/arch/nt32/weak/nt32/__pthread_testcancel_sym.s
@@ -1,3 +1,3 @@
- .globl _pthread_testcancel
+ .global _pthread_testcancel
_pthread_testcancel:
jmp ___pthread_testcancel
diff --git a/arch/nt32/weak/nt32/__res_query_sym.s b/arch/nt32/weak/nt32/__res_query_sym.s
index 071f07a..bd53aad 100644
--- a/arch/nt32/weak/nt32/__res_query_sym.s
+++ b/arch/nt32/weak/nt32/__res_query_sym.s
@@ -1,3 +1,3 @@
- .globl _res_query
+ .global _res_query
_res_query:
jmp ___res_query
diff --git a/arch/nt32/weak/nt32/__sigaction_sym.s b/arch/nt32/weak/nt32/__sigaction_sym.s
index df42701..169b157 100644
--- a/arch/nt32/weak/nt32/__sigaction_sym.s
+++ b/arch/nt32/weak/nt32/__sigaction_sym.s
@@ -1,3 +1,3 @@
- .globl _sigaction
+ .global _sigaction
_sigaction:
jmp ___sigaction
diff --git a/arch/nt32/weak/nt32/__stdio_exit_needed_sym.s b/arch/nt32/weak/nt32/__stdio_exit_needed_sym.s
index 23715a3..b9a48da 100644
--- a/arch/nt32/weak/nt32/__stdio_exit_needed_sym.s
+++ b/arch/nt32/weak/nt32/__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/nt32/weak/nt32/__strdup_sym.s b/arch/nt32/weak/nt32/__strdup_sym.s
index 2c6e49e..b9f31a1 100644
--- a/arch/nt32/weak/nt32/__strdup_sym.s
+++ b/arch/nt32/weak/nt32/__strdup_sym.s
@@ -1,3 +1,3 @@
- .globl _strdup
+ .global _strdup
_strdup:
jmp ___strdup
diff --git a/arch/nt32/weak/nt32/__vm_lock_sym.s b/arch/nt32/weak/nt32/__vm_lock_sym.s
index a6629cc..e038b45 100644
--- a/arch/nt32/weak/nt32/__vm_lock_sym.s
+++ b/arch/nt32/weak/nt32/__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