Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-16 | midipix targets: utilize the framework-specific .symattr section to mark ↵ | midipix | 1 | -0/+6 | |
hidden symbols. | |||||
2019-03-12 | midipix targets: finalized and integrated SEH support. | midipix | 1 | -0/+12 | |
2019-02-17 | midipix targets: create .got entries in .dsosyms, support interposition. | midipix | 1 | -11/+5 | |
2019-02-17 | midipix_asm_reestablish_section(): better integrate with gcc's varasm logic. | midipix | 1 | -3/+0 | |
2019-02-17 | midipix target: define DO_GLOBAL_DTORS_BODY to avoid libgcc's default code. | midipix | 1 | -0/+3 | |
2019-02-03 | midipix target: properly support dso data references. | midipix | 1 | -0/+7 | |
2016-07-18 | midipix targets: remove the MASK_STACK_PROBE bit from the subtarget default. | midipix | 1 | -1/+0 | |
2015-11-25 | midipix targets: GOT entries: account for a re-established section directive. | midipix | 1 | -0/+3 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-11-08 | midipix targes: add convenience built-in definitions. | midipix | 1 | -0/+8 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-09-15 | define TARGET_MANGLE_DECL_ASSEMBLER_NAME for compatibility with gcc releases | midipix | 1 | -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-13 | fix bi-arch macro definitions (size_t,ptrdiff_t,wchar) for the midipix targets. | midipix | 1 | -0/+19 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-07-18 | initial implementation of GOT entries and initial support of PE visibility | midipix | 1 | -1/+32 | |
for the midipix targets. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-06-01 | init_section fix (function.c --> __main) | midipix | 1 | -0/+7 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-05-31 | normalize the midipix target builtins. | midipix | 1 | -2/+2 | |
+ 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-04-01 | midipix target implementation: finalize preliminary biarch support. | midipix | 1 | -1/+7 | |
+ 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-03-26 | midipix.h: define HOST_EXECUTABLE_SUFFIX to be a null string. | midipix | 1 | -0/+3 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-21 | midipix target implementation: initial commit. | midipix | 1 | -0/+375 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |