summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.midipix2-0/+8
2017-10-15midipix target: integrated the ldso design options (-mldso, -mvrfs).midipix2-5/+10
2017-10-15midipix target: renamed option: -mtty-console --> -mdinga.midipix2-3/+3
2017-10-15midipix target: new ldso design: removed the discarded ldso options.midipix2-51/+4
2017-06-03gcc/doc/gcc.texi: adjust source to modern texinfo syntax.midipix1-2/+8
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-07-18midipix targets: remove the MASK_STACK_PROBE bit from the subtarget default.midipix1-1/+0
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-11-25midipix targets: GOT entries: account for a re-established section directive.midipix3-2/+21
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-11-08midipix targes: add convenience built-in definitions.midipix1-0/+8
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-15define TARGET_MANGLE_DECL_ASSEMBLER_NAME for compatibility with gcc releasesmidipix1-0/+3
which did not yet support SUBTARGET_MANGLE_DECL_ASSEMBLER_NAME. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-13fix bi-arch macro definitions (size_t,ptrdiff_t,wchar) for the midipix targets.midipix1-0/+19
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-13fix build recipes for the 32-bit midipix targets.midipix3-3/+7
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-12fix generation of import libraries for libstdc++.midipix2-2/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-10libiberty: fix the neutral implementation of xstrerror().midipix1-1/+14
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-26improved sysroot configurability for gcc, distinguishing betweenmidipix2-12/+12
host/target sysroot and build sysroot. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18initial implementation of GOT entries and initial support of PE visibilitymidipix5-55/+176
for the midipix targets. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18midipix start-file specification: define crti.o as the first object to be linkedmidipix1-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-20remove non-portable include and add back strverscmp.Shiz2-3/+44
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-06-20fix portability issues in build systemShiz13-31/+24
This fixes numerous issues where the CBB build system used non-portable constructs. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-06-01init_section fix (function.c --> __main)midipix1-0/+7
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-31normalize the midipix target builtins.midipix7-20/+20
+ remove __NTAPI (never used, not needed). + change __MIDIPIX to __midipix__ (analogous to __linux__). + add __PE__ (analogous to __ELF__). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-29gcc/config.host: set the midipix host_exeext to null (no suffix).midipix1-1/+1
This allows execve to find requested executables in a heuristics-independent manner (which happens to be slightly faster), and is generally speaking a better fit for shell-based development environments. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-02add texinfo as a travis dependency.midipix1-1/+1
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-01midipix target implementation: finalize preliminary biarch support.midipix2-10/+15
+ set default arch to m32/m64 for the i686- and x86_64- toolchains, respectively. + temporarily disable SEH for the i686-nt32-midipix target; this is needed since the 32-bit PE assembler rejects .seh_proc, meaning that currently we cannot even have 32-bit SEH support as a stub (adding the necessary assembler support should be easy, as it already exists for the 64-bit Windows targets). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-01fix biarch definitions for the midipix targets.midipix2-5/+22
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-01compiler building blocks: set the default values of .comm alignment and ssp ↵midipix1-2/+2
to yes. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28Add Travis build script.Shiz1-0/+19
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-03-27gcc/config.gcc: add missing white space before ']'.midipix1-1/+1
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-27gcc/config/i386/driver-i386.c: replace 'asm' with '__asm__' sincemidipix1-1/+1
the former does not allow passing -std=... as a compiler flag. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-26compiler building blocks: libgcc: cbb_sysroot_for_libgcc:midipix1-0/+3
+ set the value of this variable also directly, in libgcc/Makefile.in, so that it is defined also when invoking make from within the respective build sub-directory. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-26libtool: linking for the midipix targets now supports the ↵midipix4-4/+4
cbb_ldflags_for_target variable. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-26midipix.h: define HOST_EXECUTABLE_SUFFIX to be a null string.midipix1-0/+3
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-24Fix missing libgcc dependency on CRT files.Shiz1-2/+3
This also fixes the build system's broken tendency to pass file dependencies directly on to the linker, by filtering the CRT files out again. See copying.midipix (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-03-23libtool: midipix targets: fix generation of import libraries.midipix1-7/+9
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21finally, add midipix as a gcc target.midipix6-3/+54
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21libgcc/config/i386/t-midipix: initial commit.midipix1-0/+44
+ midipix target-specific build recipes for libgcc, accidentally omitted from commit 47407cf3. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21libtool: add support for the midipix targets in the relevant configure scripts.midipix6-0/+135
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21ltmain.sh: add import library handling for the midipix targets.midipix1-0/+50
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21compiler building blocks: definitions for all musl-libc PE targets.midipix1-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-21compiler building blocks: definitions for all musl-libc ELF targets.midipix1-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-21compiler building blocks: common definitions.midipix1-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.