pr26580-b.s 112 B

12345678910
  1. .text
  2. .globl _start
  3. .globl __start
  4. _start:
  5. __start:
  6. .ifdef HPUX
  7. one .comm 8
  8. .else
  9. .comm one, 8, 8
  10. .endif