Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vxworks-relax.s
CommitLineData
9bc4e62b
NS
1 .globl _start
2_start:
3 bl elsewhere
4 lis 9,elsewhere@ha
5 la 0,elsewhere@l(9)
8c05cf89 6 b .
9bc4e62b
NS
7
8 .section .far,"ax",@progbits
9elsewhere:
10 bl _start
8c05cf89 11 b .
9bc4e62b
NS
12
13 .section .pad
14 .space 0x4000000
This page took 0.523255 seconds and 4 git commands to generate.