MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ldpc-unalign.s
1 .text
2 ldpc $4, 1f+4
3 ldpc $4, 1f+4
4 ldpc $4, 2f
5 ldpc $4, 2f
6 ldpc $4, 2f+4
7 ldpc $4, 2f+4
8 .align 3
9 1:
10 nop
11 2:
12 nop
13 nop
14 nop
15
16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .align 2
18 .space 8
This page took 0.032957 seconds and 4 git commands to generate.