Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel27.s
CommitLineData
30cfc97a
MR
1 .text
2foo:
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.212896 seconds and 4 git commands to generate.