mirror of git://sourceware.org/git/glibc.git
Fix typo `.global' to `.globl'.
This commit is contained in:
parent
239291e1db
commit
d2d635a9db
|
|
@ -18,7 +18,7 @@ Cambridge, MA 02139, USA. */
|
|||
|
||||
#include <sysdep.h>
|
||||
|
||||
.global C_SYMBOL_NAME(__sigreturn)
|
||||
.globl C_SYMBOL_NAME(__sigreturn)
|
||||
|
||||
ENTRY (__sigaction)
|
||||
movl $C_SYMBOL_NAME(__sigreturn), %ecx
|
||||
|
|
|
|||
Loading…
Reference in New Issue