crtn.S 390 B

1234567891011121314151617181920212223242526272829
  1. .file "initfini.c"
  2. .version "01.01"
  3. gcc2_compiled.:
  4. __gnu_compiled_c:
  5. #APP
  6. .section .init
  7. #NO_APP
  8. .align 1
  9. .globl _init
  10. .type _init,@function
  11. #NO_APP
  12. ret
  13. .Lfe2:
  14. .size _init,.Lfe2-_init
  15. #APP
  16. .section .fini
  17. #NO_APP
  18. .align 1
  19. .globl _fini
  20. .type _fini,@function
  21. #NO_APP
  22. ret
  23. .Lfe3:
  24. .size _fini,.Lfe3-_fini
  25. #APP
  26. .ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)"