keepdot.s 325 B

1234567891011121314151617
  1. .text
  2. .stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
  3. .stabs "char:t(0,2)=r(0,2);0;127;",128,0,0,0
  4. .section .myinit,"ax"
  5. .stabs "barxfoo:F(0,20)",36,0,2,_bar
  6. .global _bar
  7. .global _start
  8. _start:
  9. _bar:
  10. .long 123
  11. .section .mytext.baz,"ax"
  12. .stabs "baz:F(0,20)",36,0,6,_baz
  13. .global _baz
  14. _baz:
  15. .long 456