Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-3.s
1 .text
2 .ent func
3 func:
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.030548 seconds and 4 git commands to generate.