Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel22.s
... / ...
CommitLineData
1 .eqv early_const,0x123456
2 lui $4,%lo(%neg(%lo(bar-foo)))
3foo:
4 nop
5bar:
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.029512 seconds and 4 git commands to generate.