Tolerate some whitespace differences in readelf output.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vxworks-relax-2.s
CommitLineData
c8a1f254
NS
1 .globl _start
2_start:
3 bl elsewhere
4 lis 9,elsewhere@ha
5 la 0,elsewhere@l(9)
6 bl undefined
7
8
9 .section .far,"ax",@progbits
10elsewhere:
11 bl _start
12
13 .section .pad
14 .space 0x4000000
This page took 0.036568 seconds and 4 git commands to generate.