llvm-6502/runtime/GCCLibraries
2004-12-08 04:22:47 +00:00
..
crtend Remove useless -L switch now that gccld -link-as-library bug is fixed. 2004-12-08 04:22:47 +00:00
libc Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libcurses Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libgcc Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libgdbm Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libm Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libmalloc Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libpthread Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libtermcap Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libucb Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libutempter Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libutil Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
Makefile Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +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.