MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / xpa.s
1 .text
2 .set noat
3 .set noreorder
4 .set nomacro
5 test_xpa:
6
7 mfhc0 $2, $1
8 mfhc0 $2, $16
9 mfhc0 $2, $0, 2
10 mfhc0 $2, $0, 7
11
12 mthc0 $2, $1
13 mthc0 $2, $16
14 mthc0 $2, $0, 2
15 mthc0 $2, $0, 7
16
17 mfhgc0 $2, $1
18 mfhgc0 $2, $16
19 mfhgc0 $2, $0, 2
20 mfhgc0 $2, $0, 7
21
22 mthgc0 $2, $1
23 mthgc0 $2, $16
24 mthgc0 $2, $0, 2
25 mthgc0 $2, $0, 7
26
27 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
28 .align 2
29 .space 8
This page took 0.0315879999999999 seconds and 4 git commands to generate.