Fix typo `.global' to `.globl'.
authorRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 00:31:14 +0000 (00:31 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 00:31:14 +0000 (00:31 +0000)
sysdeps/unix/sysv/sco3.2.4/sigaction.S

index 17ae6e7..f5453da 100644 (file)
@@ -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