Retro68/binutils/ld/testsuite/ld-arm/long-plt-format.s
2015-08-28 17:32:19 +02:00

8 lines
96 B
ArmAsm

.globl _start
.type _start,%function
.globl foo
_start:
bl foo(PLT)
.size _start,.-_start