pr26256-2.s 584 B

1234567891011121314151617181920212223242526272829303132
  1. .section .text,"ax",%progbits,unique,0
  2. .globl text0
  3. text0:
  4. .nop
  5. .section .text,"ax",%progbits,unique,1
  6. .globl text1
  7. text1:
  8. .nop
  9. .section .linkorder,"ao",%progbits,0,unique,0
  10. .globl linkorder2
  11. linkorder2:
  12. .byte 0
  13. .section .linkorder,"ao",%progbits,text0
  14. .globl linkorder0
  15. linkorder0:
  16. .byte 1
  17. .section .linkorder,"ao",%progbits,text1
  18. .globl linkorder1
  19. linkorder1:
  20. .byte 2
  21. .section .linkorder,"a",%progbits
  22. .globl linkorder3
  23. linkorder3:
  24. .byte 3
  25. .section .linkorder,"ao",%progbits,0,unique,3
  26. .globl linkorder4
  27. linkorder4:
  28. .byte 4
  29. .text
  30. .global _start
  31. _start:
  32. .nop