Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-24 | cbb-musl-pe.h: provide STANDARD_STARTFILE_PREFIX_{1|2} definitions. | midipix | 1 | -0/+6 | |
2016-06-28 | midipix targets: shared: complete list of non-exported symbols. | midipix | 1 | -0/+3 | |
2016-06-28 | midipix targets: explicitly link --as-needed all runtime components. | midipix | 1 | -4/+8 | |
2016-06-02 | midipix targets: so_entry_point: protect 32-bit name-space (adds underscore). | midipix | 1 | -2/+2 | |
2015-07-18 | midipix start-file specification: define crti.o as the first object to be linked | midipix | 1 | -2/+2 | |
into both shared libraries and applications. This change reflects crti.o's newly assigned roled in mmglue as the object containing the image's internal descriptor. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-21 | compiler building blocks: definitions for all musl-libc PE targets. | midipix | 1 | -0/+157 | |
+ cbb-musl-pe.h: this header provides the compiler with necessary knowledge about the target system libc (musl), covering libc features, preferences, and link information (specs). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |