1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/runtime/GCCLibraries
Reid Spencer 66100cfb51 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.

llvm-svn: 18427
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.