MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-5.s
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
9 g6:
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:
21 .insn
This page took 0.030898 seconds and 4 git commands to generate.