summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)AuthorFilesLines
2021-01-09midipix (musl-pe) targets: mark executable images as Terminal Services Aware.midipix1-0/+1
2019-03-13midipix (musl-pe) targets: revise crtbegin & crtend object linking specs.midipix1-4/+2
2019-03-12midipix_crtbegin.c: removed __EH_FRAME_BEGIN__ (not needed).midipix1-1/+0
2019-03-12libc/cbb-musl-pe.h: removed definition of USE_PT_GNU_EH_FRAME (not needed).midipix1-3/+0
2017-12-15midipix targets: specs: added -mforeign and -mconsole support.midipix1-2/+2
2017-10-25midipix targets: ldso: executables now use the framework loader by default.midipix1-2/+2
2017-10-24midipix targets: added the -mout-dsolib PE-specific directive.midipix1-0/+2
2017-10-19midipix target: remove the CPP_SPEC_LDSO macro, as it is no longer needed.midipix1-4/+0
2017-10-19midipix target: static exe's now set the application type (default/standalone).midipix1-4/+4
2017-10-15midipix target: use crtidata.o|crtldso.o|crtvrfs.o only with dyn. linked apps.midipix1-6/+8
2017-10-15libc/cbb-musl-pe.h: whitespace meditation.midipix1-13/+13
2017-10-15midipix target: added the -midata option.midipix1-0/+4
2017-10-15midipix target: integrated the ldso design options (-mldso, -mvrfs).midipix1-5/+6
2017-10-15midipix target: renamed option: -mtty-console --> -mdinga.midipix1-1/+1
2017-10-15midipix target: new ldso design: removed the discarded ldso options.midipix1-31/+4
2016-11-24cbb-musl-elf.h: whitespace normalization.midipix1-8/+8
2016-11-24cbb-musl-elf.h: provide STANDARD_STARTFILE_PREFIX_{1|2} definitions.midipix1-0/+6
2016-11-24cbb-musl-pe.h: provide STANDARD_STARTFILE_PREFIX_{1|2} definitions.midipix1-0/+6
2016-06-28midipix targets: shared: complete list of non-exported symbols.midipix1-0/+3
2016-06-28midipix targets: explicitly link --as-needed all runtime components.midipix1-4/+8
2016-06-02midipix targets: so_entry_point: protect 32-bit name-space (adds underscore).midipix1-2/+2
2016-02-29cbb-common.h: render the _GNU_SOURCE definition compatible with -D_GNU_SOURCE.midipix1-1/+1
2015-07-18midipix start-file specification: define crti.o as the first object to be linkedmidipix1-2/+2
2015-06-20remove non-portable include and add back strverscmp.Shiz1-1/+0
2015-03-21compiler building blocks: definitions for all musl-libc PE targets.midipix1-0/+157
2015-03-21compiler building blocks: definitions for all musl-libc ELF targets.midipix1-0/+114
2015-03-21compiler building blocks: common definitions.midipix1-0/+59