Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-i386/mov1.s
2023-03-06 14:48:14 +01:00

10 lines
242 B
ArmAsm

.text
.weak __start_my_section
.weak __stop_my_section
.globl _start
.type _start, @function
_start:
movl _DYNAMIC@GOT(%ecx), %eax
movl __start_my_section@GOT(%ecx), %eax
movl __stop_my_section@GOT(%ecx), %eax
.size _start, .-_start