MIPS16/GAS: Fix absolute references with PC-relative synthetic instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel27.s
1 .text
2 foo:
3 li $5, %hi(.L0)
4 sll $5, 16
5 addiu $5, %lo(.L0)
6 .L0:
7 b .L0
8 li $5, %hi(.L0)
9 sll $5, 16
This page took 0.031047 seconds and 4 git commands to generate.