Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

15 lines
209 B
ArmAsm

.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