Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel22.s
CommitLineData
b886a2ab 1 .eqv early_const,0x123456
99022dfb
RS
2 lui $4,%lo(%neg(%lo(bar-foo)))
3foo:
4 nop
5bar:
b886a2ab
RS
6 lui $4,%lo(%neg(%lo(bar-foo)))
7 lui $4,%hi(%gp_rel(early_const))
8 lui $4,%lo(%neg(%gp_rel(late_const)))
9 .eqv late_const,0x234567
This page took 0.433765 seconds and 4 git commands to generate.