Use .hol0 as an additional name for hol0; mcg requires it.
authorDavid Given <dg@cowlark.com>
Sat, 19 Nov 2016 10:09:07 +0000 (11:09 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 19 Nov 2016 10:09:07 +0000 (11:09 +0100)
plat/linux/libsys/_hol0.s
plat/qemuppc/libsys/_hol0.s

index fcb5872..d3d16db 100644 (file)
 .sect .data
 .sect .bss
 
-.sect .text
-
-! 
 ! This data block is used to store information about the current line number
 ! and file.
 
 .define hol0
-.comm hol0, 8
+.define .hol0
+.sect .bss
+hol0:
+.hol0:
+    .space 8
index fcb5872..d3d16db 100644 (file)
 .sect .data
 .sect .bss
 
-.sect .text
-
-! 
 ! This data block is used to store information about the current line number
 ! and file.
 
 .define hol0
-.comm hol0, 8
+.define .hol0
+.sect .bss
+hol0:
+.hol0:
+    .space 8