blob: 0e497aa95d80e0d14e7c5ec1029789c5ad58039a [file] [log] [blame]
.ifndef NO_GLOBAL
.ifdef HPUX
exported1 .comm 1
.else
.comm exported1,1
.endif
.data
.global exported2
.type exported2, %object
.size exported2, 1
exported2:
.byte 21
.endif
.section ".bss", "aw", %nobits
not_exported1:
.space 1
.size not_exported1, 1
.data
.type not_exported2, %object
.size not_exported2, 1
not_exported2:
.byte 42