blob: 17871dddd76a6eb32b615b4b60925ad246aad021 [file] [edit]
.weak __start_xx
.weak __stop_xx
.text
.global foo
foo:
movl __start_xx@got(%ebx), %eax
movl __stop_xx@got(%ebx), %eax
leal bar1@got(%ebx), %eax
.section xx,"a",unique,0
bar1:
.byte 0
.section xx,"a",unique,1
.byte 1