ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / stub-dynsym-1.s
1 .macro decl
2 .global exported\@
3 .equ exported\@,\@
4 .endm
5
6 .rept dynsym - base_syms
7 decl
8 .endr
9
10 lw $25,%call16(foo)($gp)
This page took 0.029171 seconds and 4 git commands to generate.