MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-3.s
CommitLineData
d56a8dda
RS
1 .text
2 .ent func
3func:
4 lui $4,%hi(foo-.)
5 addiu $4,%lo(foo-.)
6 lw $4,%got(foo-.)($gp)
7 .end func
8
9 .byte foo-.
10 .half foo-.
11 .quad foo-.
This page took 0.141954 seconds and 4 git commands to generate.