MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent.s
1 .text
2
3 .globl foo
4 .ent foo
5 foo:
6 sllv $2, $4, $6
7 srav $8, $10, $12
8
9 .globl bar
10 .aent bar
11 bar:
12 sllv $2, $4, $6
13 srav $8, $10, $12
14
15 .end foo
16 .size foo, . - foo
17
18 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .space 8
This page took 0.030677 seconds and 4 git commands to generate.