relax-static-defs.s 301 B

123456789101112131415161718192021222324252627282930313233
  1. .type fd,@function
  2. .globl fd
  3. .type fh,@function
  4. .globl fh
  5. .hidden fh
  6. .type fp,@function
  7. .globl fp
  8. .protected fp
  9. .type fi,@function
  10. .globl fi
  11. .internal fi
  12. .text
  13. .globl _start
  14. _start:
  15. nop
  16. .section ".text.f"
  17. .align 4
  18. fd:
  19. nop
  20. .align 4
  21. fh:
  22. nop
  23. .align 4
  24. fp:
  25. nop
  26. .align 4
  27. fi:
  28. nop