Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-15 | midipix targets: specs: added -mforeign and -mconsole support. | midipix | 1 | -2/+2 | |
2017-10-25 | midipix targets: ldso: executables now use the framework loader by default. | midipix | 1 | -2/+2 | |
2017-10-24 | midipix targets: added the -mout-dsolib PE-specific directive. | midipix | 1 | -0/+2 | |
2017-10-19 | midipix target: remove the CPP_SPEC_LDSO macro, as it is no longer needed. | midipix | 1 | -4/+0 | |
2017-10-19 | midipix target: static exe's now set the application type (default/standalone). | midipix | 1 | -4/+4 | |
2017-10-15 | midipix target: use crtidata.o|crtldso.o|crtvrfs.o only with dyn. linked apps. | midipix | 1 | -6/+8 | |
2017-10-15 | libc/cbb-musl-pe.h: whitespace meditation. | midipix | 1 | -13/+13 | |
2017-10-15 | midipix target: added the -midata option. | midipix | 1 | -0/+4 | |
2017-10-15 | midipix target: integrated the ldso design options (-mldso, -mvrfs). | midipix | 1 | -5/+6 | |
2017-10-15 | midipix target: renamed option: -mtty-console --> -mdinga. | midipix | 1 | -1/+1 | |
2017-10-15 | midipix target: new ldso design: removed the discarded ldso options. | midipix | 1 | -31/+4 | |
2016-11-24 | cbb-musl-elf.h: whitespace normalization. | midipix | 1 | -8/+8 | |
2016-11-24 | cbb-musl-elf.h: provide STANDARD_STARTFILE_PREFIX_{1|2} definitions. | midipix | 1 | -0/+6 | |
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 | |
2016-02-29 | cbb-common.h: render the _GNU_SOURCE definition compatible with -D_GNU_SOURCE. | midipix | 1 | -1/+1 | |
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-06-20 | remove non-portable include and add back strverscmp. | Shiz | 1 | -1/+0 | |
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me> | |||||
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. | |||||
2015-03-21 | compiler building blocks: definitions for all musl-libc ELF targets. | midipix | 1 | -0/+114 | |
+ cbb-musl-elf.h: this header provides the compiler with necessary knowledge about the target system libc (musl), covering libc features, preferences, and link information (specs). + following the naming convention of musl's dynamic linker, this header requires CBB_ARCH to be defined. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-21 | compiler building blocks: common definitions. | midipix | 1 | -0/+59 | |
+ cbb-common.h: this target-agnostic header must always be included when building cbb-gcc, but should have no effect on the code that is generated by the resulting toolchain. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |