llvm-6502/runtime/GCCLibraries
2004-10-18 23:55:41 +00:00
..
crtend Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libc Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libcurses Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libgcc Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libgdbm Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libm Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libmalloc Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libpthread Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libtermcap Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libucb Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libutempter Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
libutil Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
Makefile Remove Chris-related bytecode-dir comment 2004-08-09 19:51:49 +00:00
Makefile.am Initial Makefile.am for building with automake 2004-10-17 00:24:24 +00:00
Makefile.in Initial automake generated Makefile template 2004-10-18 23:55:41 +00:00
README.txt Initial checkin of README 2003-08-15 02:35:13 +00:00

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.