llvm-6502/runtime/GCCLibraries
2003-11-09 00:29:51 +00:00
..
crtend Totally disable assert, in order to fix PR101 2003-11-09 00:29:51 +00:00
libc
libcurses
libgcc
libgdbm
libm
libmalloc
libtermcap
libucb
libutempter
libutil
Makefile
README.txt

This directory contains libraries which are used when building the GCC 
front-end.  For the most part, these are just stub libraries, but some 
of them contain actual code.

In particular, the crtend library contains the runtime code to handle
static constructors and destructors for C and C++ programs.