ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / callweak-2.s
CommitLineData
cd1dac3d
DG
1 .syntax unified
2 .arch armv6t2
3 .weak bar
4 .section .far, "ax", %progbits
5 .global _start
6 .type _start, %function
7_start:
8 bl bar
9 bleq bar
10 .thumb
11 .type foo, %function
12 .thumb_func
13foo:
14 bl bar
15 movs r0, #0
16 bl bar
17 bx lr
This page took 0.235733 seconds and 4 git commands to generate.