[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[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
8c05cf89 7 b .
c8a1f254
NS
8
9 .section .far,"ax",@progbits
10elsewhere:
11 bl _start
8c05cf89 12 b .
c8a1f254
NS
13
14 .section .pad
15 .space 0x4000000
This page took 0.441737 seconds and 4 git commands to generate.