Retro68/binutils/ld/testsuite/ld-x86-64/pr20550a.s

8 lines
136 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.global _start
_start:
movabsq $strings@SIZE, %rdx
.section .data.rel,"aw",@progbits
.quad strings
2022-10-27 18:45:45 +00:00
.section .note.GNU-stack