Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / expr1.d
CommitLineData
09b8f35a
RS
1#as: -march=mips2 -mabi=32
2#objdump: -M gpr-names=numeric -dr
3#name: MIPS expression 1
4
5.*: file format .*
6
7Disassembly of section \.text:
8
90+00 <foo>:
10 0: 8c840000 lw \$4,0\(\$4\)
11 0: R_MIPS_LO16 foo
12 4: 8c840038 lw \$4,56\(\$4\)
13 8: 8c840008 lw \$4,8\(\$4\)
14 8: R_MIPS_LO16 foo
15 c: 8c840008 lw \$4,8\(\$4\)
16 c: R_MIPS_LO16 foo
17 10: 8c840008 lw \$4,8\(\$4\)
18 10: R_MIPS_LO16 foo
19 \.\.\.
This page took 0.471155 seconds and 4 git commands to generate.