errno in .bss
authorceriel <none@none>
Fri, 12 Jan 1990 14:13:39 +0000 (14:13 +0000)
committerceriel <none@none>
Fri, 12 Jan 1990 14:13:39 +0000 (14:13 +0000)
mach/vax4/libbsd4_2/cerror.s

index d672394..6945852 100644 (file)
@@ -2,8 +2,10 @@
 .sect .text
 .define        _errno
 .define        cerror
-.comm _errno, 4
 cerror:
        movl    r0,_errno
        mnegl   $1,r0
        ret
+
+.sect .bss
+.comm _errno, 4