Accept valid one byte signed and unsigned values for the IMM8 operand.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-weak.s
1 .text
2 .align 4, 0
3 .globl foo
4 .ent foo
5 foo:
6 b bar
7 .end foo
8
9 .align align, 0
10 .globl bar
11 .weak bar
12 .ent bar
13 bar:
14 jr $ra
15 .end bar
16
17 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
18 .align 4, 0
19 .space 16
This page took 0.033696 seconds and 4 git commands to generate.