MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-1.s
CommitLineData
d56a8dda
RS
1 .text
2 .ent func
3func:
4 lui $4,%hi(foo-.)
5 addiu $4,%lo(foo-.)
6 .end func
7
8 .space 0x8008
9
10 .ent foo
11foo:
12 nop
13 .end foo
This page took 0.208947 seconds and 4 git commands to generate.