Home | History | Annotate | Download | only in ld-cris
      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
      9