ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-undef-weak.s
CommitLineData
f5e26342
MF
1 .type fd,@function
2 .weak fd
3
4 .globl _start
5_start:
6 movi a5, fd@plt
7 movi a6, fd
8
9 .section ".text.a"
10a:
11 movi a5, fd@plt
12 movi a6, fd
This page took 0.105848 seconds and 4 git commands to generate.