home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / g++-1.42.0 / endcrt0.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-19  |  420 b   |  13 lines

  1. #include "crt0.h"
  2.  
  3. static long __dtor_prev = 0, __dtor_next = 0;
  4.  
  5. #ifdef sparc
  6. asm (".stabs \"___CTOR_LIST__\", 0x14, 0, 0, 0\n");
  7. asm (".stabs \"___CTOR_LIST__\", 0x14, 0, 0, 0\n");
  8. asm (".stabs \"___DTOR_LIST__\", 0x18, 0, 0, ___dtor_next\n");
  9. asm (".stabs \"___DTOR_LIST__\", 0x18, 0, 0, ___dtor_prev\n");
  10. asm (".stabs \"___ZTOR_LIST__\", 0x14, 0, 0, 0\n");
  11. asm (".stabs \"___ZTOR_LIST__\", 0x14, 0, 0, 0\n");
  12. #endif
  13.