Retro68/binutils/ld/testsuite/ld-x86-64/pr27491-1.s

15 lines
208 B
ArmAsm
Raw Normal View History

2022-10-27 18:45:45 +00:00
.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,0
.byte 0
.section xx,"a",unique,1
.byte 1