Retro68/binutils/ld/testsuite/ld-i386/undefweak.s
2017-04-10 13:32:00 +02:00

11 lines
151 B
ArmAsm

.text
.globl _start
_start:
mov .Ljmp(%eax), %eax
jmp *(%eax)
.section .data.rel.ro.local,"aw",@progbits
.weak func
.align 8
.Ljmp:
.long func