Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-abs-branch-1.s
1 .globl foo
2 .csect foo[PR]
3 foo:
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.029624 seconds and 4 git commands to generate.