mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
|
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.
|
||
|
|