ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / vxworks-forced-local-1.s
CommitLineData
8275b357
RS
1 .globl foo1
2 .globl foo2
3 .globl foo3
4 lw $4,%call16(foo1)($gp)
5 lw $4,%call16(foo2)($gp)
6 lw $4,%call16(foo3)($gp)
7 lw $4,%got(bar)($gp)
8foo1:
9 nop
10foo2:
11 nop
12foo3:
13 nop
This page took 0.583916 seconds and 4 git commands to generate.