ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-7.s
CommitLineData
304f09d0
FS
1 .text
2 .globl foo
3 .ent foo
4foo:
5$LCL:
6 lui $2, %highest($LCL)
7 addiu $2, %higher($LCL)
8 lui $2, %highest(bar)
9 addiu $2, %higher(bar)
10 .end foo
This page took 0.074185 seconds and 4 git commands to generate.