~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/gas/testsuite/gas/mips/vxworks1-el.d

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#as: -mips2 -mvxworks-pic -mabi=32 -EL
 
2
#source: vxworks1.s
 
3
#objdump: -dr
 
4
 
 
5
.*:     file format .*
 
6
 
 
7
Disassembly of section \.text:
 
8
 
 
9
00000000 <\.text>:
 
10
#
 
11
# la $4,local
 
12
#
 
13
.*:     8f840000        lw      a0,0\(gp\)
 
14
                        .*: R_MIPS_GOT16        \.data
 
15
#
 
16
# la $4,global
 
17
#
 
18
.*:     8f840000        lw      a0,0\(gp\)
 
19
                        .*: R_MIPS_GOT16        global
 
20
#
 
21
# lw $4,local
 
22
#
 
23
.*:     8f840000        lw      a0,0\(gp\)
 
24
                        .*: R_MIPS_GOT16        \.data
 
25
.*:     8c840000        lw      a0,0\(a0\)
 
26
#
 
27
# lw $4,global
 
28
#
 
29
.*:     8f840000        lw      a0,0\(gp\)
 
30
                        .*: R_MIPS_GOT16        global
 
31
.*:     8c840000        lw      a0,0\(a0\)
 
32
#
 
33
# sw $4,local
 
34
#
 
35
.*:     8f810000        lw      at,0\(gp\)
 
36
                        .*: R_MIPS_GOT16        \.data
 
37
.*:     ac240000        sw      a0,0\(at\)
 
38
#
 
39
# sw $4,global
 
40
#
 
41
.*:     8f810000        lw      at,0\(gp\)
 
42
                        .*: R_MIPS_GOT16        global
 
43
.*:     ac240000        sw      a0,0\(at\)
 
44
#
 
45
# ulw $4,local
 
46
#
 
47
.*:     8f810000        lw      at,0\(gp\)
 
48
                        .*: R_MIPS_GOT16        \.data
 
49
.*:     88240003        lwl     a0,3\(at\)
 
50
.*:     98240000        lwr     a0,0\(at\)
 
51
#
 
52
# ulw $4,global
 
53
#
 
54
.*:     8f810000        lw      at,0\(gp\)
 
55
                        .*: R_MIPS_GOT16        global
 
56
.*:     88240003        lwl     a0,3\(at\)
 
57
.*:     98240000        lwr     a0,0\(at\)
 
58
#
 
59
# usw $4,local
 
60
#
 
61
.*:     8f810000        lw      at,0\(gp\)
 
62
                        .*: R_MIPS_GOT16        \.data
 
63
.*:     a8240003        swl     a0,3\(at\)
 
64
.*:     b8240000        swr     a0,0\(at\)
 
65
#
 
66
# usw $4,global
 
67
#
 
68
.*:     8f810000        lw      at,0\(gp\)
 
69
                        .*: R_MIPS_GOT16        global
 
70
.*:     a8240003        swl     a0,3\(at\)
 
71
.*:     b8240000        swr     a0,0\(at\)
 
72
        \.\.\.