gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / gp-disp-sym.s
CommitLineData
3be08ea4
SA
1 .global foo
2 .text
3foo:
4 lui $t0, %hi(_gp_disp)
5 addi $t0, $t0, %lo(_gp_disp)
This page took 0.122082 seconds and 4 git commands to generate.