Fix garbage collection of common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / dsofnf2.s
1 .text
2 .global f
3 .type f,@function
4 f:
5 move.d [$r0+dsofn:GOT],$r1
6 move.d dsofn,$r2
7 0:
8 .size f,0b-f
This page took 0.030266 seconds and 4 git commands to generate.