Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-arm / farcall-missing-type-main.s
blobc97df0cf4595526e17ec4bf081f5df0115da3cc3
1 .thumb
2 .cpu cortex-m33
3 .syntax unified
4 .global __start
5 .type __start, function
6 __start:
7 push {r4, lr}
8 bl bad
9 pop {r4, pc}