From a1ab35917fdadb01baf62ca8129050a71a2479ae Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 02 2015 11:49:37 +0000 Subject: weak symbols: syntax uniformity: use .global rather than .globl. --- 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 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