xtensa: fix XTENSA_NDIFF handling for PR ld/25861
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-undef-weak.s
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"
10 a:
11 movi a5, fd@plt
12 movi a6, fd
This page took 0.032131 seconds and 4 git commands to generate.