delete gdbserver's freeargv
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / expdref2.s
1 .text
2 .global x
3 .type x,@function
4 x:
5 move.d expobj2:GOT,$r10
6 move.d expobj2:PLT,$r10
7 move.d expfn2:GOT,$r10
8 move.d expfn2:PLT,$r10
9 .Lfe1:
10 .size x,.Lfe1-x
11
This page took 0.03221 seconds and 4 git commands to generate.