MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / at-2.s
CommitLineData
741fe287
MR
1 .text
2foo:
3 .set at=$0
4 lw $1, 0x8000($1)
5 lw $26, 0x8000($26)
6 lw $27, 0x8000($27)
7 .set at=$1
8 lw $1, 0x8000($1)
9 lw $26, 0x8000($26)
10 lw $27, 0x8000($27)
11 .set at=$26
12 lw $1, 0x8000($1)
13 lw $26, 0x8000($26)
14 lw $27, 0x8000($27)
15 .set at=$27
16 lw $1, 0x8000($1)
17 lw $26, 0x8000($26)
18 lw $27, 0x8000($27)
19
20# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
21 .space 8
This page took 0.61604 seconds and 4 git commands to generate.