funv2.s 95 B

123456
  1. .abiversion 2
  2. .globl my_func
  3. .type my_func,@function
  4. my_func:
  5. blr
  6. .size my_func,.-my_func