Home | History | Annotate | Download | only in nios2
      1         .section        .text
      2         .align  2
      3         .global foo
      4         .type   foo, @function
      5 foo:
      6         nop.n
      7         .section        .text
      8         .size   foo, .-foo
      9