MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-relax-0.s
CommitLineData
88a7ef16
MR
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7 .set noreorder
8foo:
9 la $2, 0f
10 jr $ra
11 nop
12 .ifdef align
13 .align 2
14 .endif
150:
16 .short 0
17 .set reorder
18 .set nomips16
19 .end foo
20
21# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
22 .align 4, 0
23 .space 16
This page took 0.066694 seconds and 4 git commands to generate.