blob: 3b17a813e841f8eaf8f2cf4463e19d2412ebfdc7 [file]
.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