MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-5.s
CommitLineData
00437d3b
MR
1# Source file used to test branches to undefined symbols and a defined
2# local symbol in another section.
3
4 .globl g6 .text
5
6 .globl x1 .text
7
8 .text
9g6:
10
11 b x1
12 b x2
13 b .Ldata
14
15# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
16 .align 2
17 .space 8
18
19 .data
20.Ldata:
9d862524 21 .insn
This page took 0.055687 seconds and 4 git commands to generate.