|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 420 (0x1a4) Types: TextFile Names: »endcrt0.c«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦6f889378a⟧ »./g++-1.36.1.tar.Z« └─⟦3aa9a3deb⟧ └─⟦this⟧ »g++-1.36.1/endcrt0.c«
#include "crt0.h" static long __dtor_prev = 0, __dtor_next = 0; #ifdef sparc asm (".stabs \"___CTOR_LIST__\", 0x14, 0, 0, 0\n"); asm (".stabs \"___CTOR_LIST__\", 0x14, 0, 0, 0\n"); asm (".stabs \"___DTOR_LIST__\", 0x18, 0, 0, ___dtor_next\n"); asm (".stabs \"___DTOR_LIST__\", 0x18, 0, 0, ___dtor_prev\n"); asm (".stabs \"___ZTOR_LIST__\", 0x14, 0, 0, 0\n"); asm (".stabs \"___ZTOR_LIST__\", 0x14, 0, 0, 0\n"); #endif