pr26256-3.s 508 B

123456789101112131415161718192021222324252627
  1. .text
  2. .global _start
  3. _start:
  4. .long 0x33333333
  5. .long 0x33333333
  6. .long 0x33333333
  7. .long 0x33333333
  8. .section .rosection,"a"
  9. .byte 9
  10. .section .text.bar,"a",%progbits
  11. .long 0x22222222
  12. .long 0x22222222
  13. .long 0x22222222
  14. .long 0x22222222
  15. .section .text.foo,"a",%progbits
  16. .long 0x11111111
  17. .long 0x11111111
  18. .long 0x11111111
  19. .long 0x11111111
  20. .section .rodata.foo,"ao",%progbits,.text.foo
  21. .byte 1
  22. .section .rodata.bar,"a",%progbits
  23. .byte 2
  24. .section .rodata.bar,"ao",%progbits,.text.bar
  25. .byte 3