summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-24gcc program driver: always make the location set via --with-sysroot the initi...HEADmainmidipix1-1/+1
2021-01-09midipix (musl-pe) targets: mark executable images as Terminal Services Aware.midipix1-0/+1
2019-06-05exception handling: coding style: refer to struct __exception_record.midipix3-6/+6
2019-06-01gcc/pretty-print.h: gcc-4.6.4 does not provide diagnostics-core.h.midipix1-1/+1
2019-04-11midipix_asm_assemble_integer(): generate GOT references for c++ type info.midipix1-5/+18
2019-03-13libobjc/exception.c: target-provided exception filters: fix ordering typo.midipix1-3/+3
2019-03-13midipix (musl-pe) targets: revise crtbegin & crtend object linking specs.midipix1-4/+2
2019-03-12midipix targets: crtbegin & crtend objs now provided by musl libc (via mmglue).midipix5-80/+7
2019-03-12midipix_crtbegin.c: removed __EH_FRAME_BEGIN__ (not needed).midipix2-2/+0
2019-03-12libc/cbb-musl-pe.h: removed definition of USE_PT_GNU_EH_FRAME (not needed).midipix1-3/+0
2019-03-12libgomp/config/posix/lock.c: fix _XOPEN_SOURCE feature-test re-definition bug.midipix1-0/+2
2019-03-12gcc/tree.c: support target-provided unwind interfaces.midipix1-0/+4
2019-03-12midipix targets: finalized and integrated SEH support.midipix4-1/+51
2019-03-12libobjc/exception.c: support target-provided exception filters.midipix1-0/+24
2019-03-12libsupc++/eh_personality.cc: support target-provided exception filters.midipix1-0/+27
2019-03-12midipix targets: impl. midipix_seh_hook__pe_seh_{init_sections|unwind_emit}().midipix1-36/+7
2019-03-12midipix targets: removed gcc/config/i386/midipix_unwind.c (not needed).midipix2-29/+1
2019-03-12midipix targets: added target-provided unwind interfaces and exception filter.midipix2-0/+114
2019-03-12unwind-c.c: added proper support for target-provided exception filters.midipix1-0/+6
2019-03-12finish_options(): properly account for UI_SEH.midipix1-3/+3
2019-03-12build_personality_function(): added UI_SEH support.midipix1-0/+3
2019-03-12dwarf2out_begin_prologue(): only omit label when exception handling is sjlj.midipix1-1/+1
2019-03-12gcc/coretypes.h: enum unwind_info_type: added UI_SEH.midipix1-1/+2
2019-03-03midipix_pe_create_got_entry(): explicitly pad 64-bit target entries.midipix1-1/+4
2019-03-03midipix targets: .gotrefs: allow linker to sort entries by target section.midipix1-6/+20
2019-02-26midipix targets: .gotrefs entry generation: revise abi, account for .linkonce.midipix1-17/+41
2019-02-24midipix targets: create .got entries for c++ virtual thunks.midipix1-1/+3
2019-02-24midipix targets: remove the wrong flag_constructor_decl logic.midipix2-7/+1
2019-02-23midipix_asm_assemble_integer(): correctly distinguish between defs. and decls.midipix1-2/+2
2019-02-23midipix targets: added -mstatic (assume static linking).midipix2-3/+10
2019-02-23midipix_asm_assemble_integer(): properly distinguish between defs. and decls.midipix1-3/+1
2019-02-23midipix_symbol_ref_dllimport_p(): properly distinguish between defs. and decls.midipix1-4/+2
2019-02-21midipix targets: symbol reference optimization: use image-relative relocations.midipix1-10/+16
2019-02-17midipix targets: create .got entries in .dsosyms, support interposition.midipix2-22/+28
2019-02-17midipix_asm_assemble_integer(): filter out c++ constructors.midipix2-0/+10
2019-02-17midipix_asm_reestablish_section(): better integrate with gcc's varasm logic.midipix3-22/+14
2019-02-17midipix target: define DO_GLOBAL_DTORS_BODY to avoid libgcc's default code.midipix1-0/+3
2019-02-17midipix_pe_create_got_entry(): remove obsolete code path.midipix1-5/+1
2019-02-03midipix target: properly support dso data references.midipix2-0/+98
2019-02-03midipix target internals: provide midipix_asm_reestablish_section().midipix1-20/+28
2019-02-02midipix targets: generate the .got entry for default & hidden visibility syms.midipix1-4/+6
2019-02-02midipix_symbol_ref_dllimport_p(): properly support -fvisibility=hidden, etc.midipix1-3/+7
2019-02-02midipix targets: generate the .got entry only for default visibility symbols.midipix1-0/+7
2019-02-02PE targets: do not confine the dllexport attribute to the default visibility.midipix1-4/+0
2019-01-08midipix targets: GOT entries: unless internal visibility, create in .got$.midipix1-11/+7
2017-12-15midipix targets: specs: added -mforeign and -mconsole support.midipix2-2/+10
2017-11-19gcc driver: properly handle the command-line --sysroot argument.midipix1-71/+99
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.midipix3-4/+10
2017-10-19midipix target: remove the CPP_SPEC_LDSO macro, as it is no longer needed.midipix1-4/+0