Don't PROVIDE over top of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / stub-dynsym-1.s
CommitLineData
5108fc1b
RS
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.349551 seconds and 4 git commands to generate.