MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / debug-label-end.s
CommitLineData
5ff6a06c
MR
1 .text
2
3 .globl foo
4 .globl bar
5 .align 4, 0
6 .ent foo
7foo:
8 nop
9 .aent bar
10bar:
11 .insn
12 .end foo
13 .align 4, 0
14 .space 16
15
16 .globl baz
17 .ent baz
18baz:
19 nop
20 .end baz
21 .align 4, 0
22 .space 16
This page took 0.070233 seconds and 4 git commands to generate.