bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel2.s
1 .sdata
2 .align 2
3 .type w1,@object
4 .size w1,4
5 w1: .word 1
6 .type w2,@object
7 .size w2,4
8 w2: .word 2
9 .type w3,@object
10 .size w3,4
11 w3: .word 3
12
13 .text
14 .align 2
15 l0:
16 .set noreorder
17
18 li.d $f2,1.10000000000000000000e0
19 li.d $f2,2.10000000000000000000e0
20 li.d $f2,3.10000000000000000000e0
21 li.s $f2,1.10000000000000000000e0
22 li.s $f2,2.10000000000000000000e0
23 li.s $f2,3.10000000000000000000e0
24
25 .set nomacro
26
27 lw $2,w1
28 lw $2,w2
29 lw $2,w3
This page took 0.030137 seconds and 4 git commands to generate.