blob: af4f0265b68075a6f67a9ab15d0b07103fd69b84 [file] [log] [blame]
.syntax unified
.arch armv6t2
.weak bar
.section .far, "ax", %progbits
.global _start
.type _start, %function
_start:
bl bar
bleq bar
.thumb
.type foo, %function
.thumb_func
foo:
bl bar
movs r0, #0
bl bar
bx lr