ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-abs-branch-1.s
CommitLineData
12b2cce9
RS
1 .globl foo
2 .csect foo[PR]
3foo:
4 bl bar - 0x3000
5 lwz 1,80(1)
6 bl bar + 0x1000
7 .ifeq size - 32
8 lwz 2,20(1)
9 .else
10 ld 2,40(1)
11 .endif
12 bl bar + 0x2800
13 nop
14 bl bar
This page took 0.510102 seconds and 4 git commands to generate.