Retro68/binutils/ld/testsuite/ld-elf/symbolic-func.s

14 lines
196 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.text
.global fun
.type fun, %function
fun:
.space 4
.size fun, .-fun
.section .data.rel.ro,"aw",%progbits
.p2align 3
.type fun_ptr, %object
fun_ptr:
.dc.a fun
.size fun_ptr, .-fun_ptr