MIPS: Verify the ISA mode and alignment of branch and jump targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-branch.s
1 .text
2 .globl bar
3
4 .space 0x1000
5
6 .ent bar
7 .set mips16
8 bar:
9 nop
10 .set nomips16
11 .end bar
12
13 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .align 4, 0
15 .space 16
This page took 0.028912 seconds and 4 git commands to generate.