blob: 6850da3e6e60a674aa0d059bdb8a3e180d75e08d [file] [log] [blame]
.syntax unified
.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