llvm-6502/runtime/GCCLibraries
2005-11-28 15:49:15 +00:00
..
crtend
libc Add the remove() function from the C library. 2005-11-28 15:49:15 +00:00
libgcc
libm
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.