Chris Lattner | 1641df4 | 2003-08-15 02:35:13 +0000 | [diff] [blame] | 1 | This directory contains libraries which are used when building the GCC |
2 | front-end. For the most part, these are just stub libraries, but some | ||||
3 | of them contain actual code. | ||||
4 | |||||
5 | In particular, the crtend library contains the runtime code to handle | ||||
6 | static constructors and destructors for C and C++ programs. | ||||
7 |