* ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / callweak.s
1 .syntax unified
2 .weak bar
3 .section .far, "ax", %progbits
4 .global _start
5 .type _start, %function
6 _start:
7 bl bar
8 bleq bar
9 .thumb
10 .type foo, %function
11 .thumb_func
12 foo:
13 bl bar
14 movs r0, #0
15 bl bar
16 bx lr
This page took 0.031404 seconds and 4 git commands to generate.