blob: efdcba401b3d5ab79a921bff33506f8ea9b6bb76 [file] [log] [blame]
.weak __start_xx
.weak __stop_xx
.text
.global foo
foo:
movq __start_xx@gotpcrel(%rip), %rax
movq __stop_xx@gotpcrel(%rip), %rax
.section xx,"a",unique,1
.byte 0
.section xx,"aR",unique,0
.byte 1