pr22393-1.s 330 B

123456789101112131415161718192021
  1. .section .rodata,"a",%progbits
  2. .globl fx1
  3. .type fx1, %object
  4. fx1:
  5. .zero 20
  6. .section .data.rel.ro,"aw",%progbits
  7. .globl px1
  8. .type px1, %object
  9. px1:
  10. .dc.a fx1
  11. .text
  12. .global start /* Used by SH targets. */
  13. start:
  14. .global _start
  15. _start:
  16. .global __start
  17. __start:
  18. .global main /* Used by HPPA targets. */
  19. main:
  20. .dc.a 0