ld: Pass -fno-sanitize=all to tests with linker
[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.117757 seconds and 4 git commands to generate.