Add support for PowerPC VLE.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / vle-multiseg-6a.s
1 .text
2
3 e_stw r12, 0x4C(r1)
4 e_stw r11, 0x48(r1)
5 e_stw r10, 0x44(r1)
6 e_stw r9, 0x40(r1)
7 e_stw r8, 0x3C(r1)
8 e_stw r7, 0x38(r1)
9 e_stw r6, 0x34(r1)
10 e_stw r5, 0x30(r1)
11 e_stw r4, 0x2c(r1)
12
13 .globl IV_table
14 .section ".iv_handlers", "ax"
15 IV_table:
16 e_b dummy
17 .align 4
18 e_b dummy
19 .align 4
20 e_b dummy
21 .align 4
22 e_b dummy
23 .align 4
24 e_b dummy
25 .align 4
26 e_b dummy
27 .align 4
28 e_b dummy
29 .align 4
30 e_b dummy
31 .align 4
32 dummy:
33 se_nop
34 e_b dummy
35
36 .section ".text_iv", "ax"
37 e_lis r3, IV_table@h
38 mtivpr r3
39 e_li r3, IV_table@l+0x00
40 mtivor0 r3
41 e_li r3, IV_table@l+0x10
42 mtivor1 r3
43 e_li r3, IV_table@l+0x20
44 mtivor2 r3
45
46 .data
47 .long 0xdeadbeef
This page took 0.031966 seconds and 4 git commands to generate.