llvm-6502/runtime/GCCLibraries
Reid Spencer 8aa9a8ca98 Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-02 09:31:40 +00:00
..
crtend For PR466: 2004-12-02 09:29:49 +00:00
libc Adjust to changes in Makefile.rules 2004-10-22 21:02:08 +00:00
libcurses Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libgcc Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libgdbm Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libm Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libmalloc Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libpthread Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libtermcap Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libucb Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libutempter Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
libutil Standardize the format of the runtime libraries makefiles. 2004-12-02 09:31:40 +00:00
Makefile Remove Chris-related bytecode-dir comment 2004-08-09 19:51:49 +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.