Add support for PowerPC VLE.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-reloc-def-2.s
1 .section .text
2
3 .globl sub3
4 sub3:
5 se_blr
6
7 .globl sub4
8 sub4:
9 se_blr
10
11 .globl sub5
12 sub5:
13 se_blr
14
15 .section .sdata
16 .globl low_sdarel
17 low_sdarel:
18 .long 2
19
20 .globl high_adjust_sdarel
21 high_adjust_sdarel:
22 .long 0xff
23
24 .section .sdata2
25 .globl high_sdarel
26 high_sdarel:
27 .long 0xf
28
29
30 .data
31 .globl low
32 low:
33 .long 5
34
35 .globl high
36 high:
37 .long 0x10
38
39 .globl high_adjust
40 high_adjust:
41 .long 0xffff
This page took 0.038482 seconds and 5 git commands to generate.