2011-11-29 12:42:10 +00:00
|
|
|
.text
|
|
|
|
.globl _start
|
|
|
|
.globl __start
|
|
|
|
_start:
|
|
|
|
__start:
|
2013-08-24 22:37:18 +00:00
|
|
|
.ifdef HPUX
|
|
|
|
foo .comm 4
|
|
|
|
.else
|
2011-11-29 12:42:10 +00:00
|
|
|
.comm foo, 4, 4
|
2013-08-24 22:37:18 +00:00
|
|
|
.endif
|
2011-11-29 12:42:10 +00:00
|
|
|
.section .debug_foo,"",%progbits
|
|
|
|
.balign 16
|
|
|
|
.ifdef ELF64
|
|
|
|
.8byte foo
|
|
|
|
.else
|
|
|
|
.4byte foo
|
|
|
|
.endif
|
|
|
|
.balign 16
|