aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-25/+2
2022-08-17fortran: Add -static-libquadmath support [PR46539]Jakub Jelinek1-0/+1
2022-05-29Darwin: Fix empty g++ command lines [PR105599].Iain Sandoe1-11/+6
2022-05-28Darwin: Amend REAL_LIBGCC_SPEC comment [NFC].Iain Sandoe1-25/+13
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-24Darwin: Update rules for handling alignment of globals.Iain Sandoe1-5/+4
2021-12-24Darwin: Define OBJECT_FORMAT_MACHO.Iain Sandoe1-0/+2
2021-12-17Darwin, Driver: Avoid a link line for empty commands.Iain Sandoe1-5/+0
2021-12-08Darwin: Amend pie options when linking mdynamic-no-pic.Iain Sandoe1-2/+6
2021-12-01darwin, d: Support outfile substitution for libphobosIain Buclaw1-0/+1
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe1-33/+65
2021-11-15IPA: Provide a mechanism to register static DTORs via cxa_atexit.Iain Sandoe1-0/+5
2021-11-05Darwin : Make trampoline templates linker-visible.Iain Sandoe1-0/+2
2021-10-15Darwin: Update specs handling '-r'.Iain Sandoe1-15/+18
2021-10-15Darwin: Revise handling of some driver opts.Iain Sandoe1-111/+187
2021-09-28Darwin, D : Add .d suffix to the list for invoking dsymutil.Iain Sandoe1-1/+1
2021-09-19Darwin, crts: Build Darwin10 unwinder shim as a library.Iain Sandoe1-1/+1
2021-09-13Remove DARWIN_PREFER_DWARF and dead codeRichard Biener1-2/+1
2021-08-27Darwin : Mark the mod init/term section starts with a linker-visible sym.Iain Sandoe1-0/+3
2021-08-18Darwin: Handle the -rpath command line option.Iain Sandoe1-1/+2
2021-07-05Darwin, configury : Allow for specification and detection of dsymutil.Iain Sandoe1-2/+0
2021-07-02Darwin, CTF, BTF: Do not run the DWARF debug link for BTF/CTF [PR101283].Iain Sandoe1-2/+2
2021-07-02Darwin, BTF: Provide a suitable section name for BTF [PR101283].Iain Sandoe1-2/+4
2021-07-01Darwin: Define a suitable section name for CTF [PR101283]Iain Sandoe1-0/+4
2021-03-01dwarf2unwind : Force the CFA after remember/restore pairs [44107/48097].Iain Sandoe1-0/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2021-01-02Darwin : Adjust defaults for the linker.Iain Sandoe1-4/+8
2021-01-02Darwin, Simplify headers 2/5 : Move spec for STACK_CHECK_STATIC_BUILTIN.Iain Sandoe1-0/+3
2021-01-02Darwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE_SPEC [NFC].Iain Sandoe1-3/+7
2021-01-02Darwin, Simplify headers 0/5 : Move spec for Darwin 10 unwind stub [NFC].Iain Sandoe1-0/+1
2021-01-02Darwin : Adjust defaults for current bootstrap constraints.Iain Sandoe1-11/+26
2020-12-01Darwin, D : Adjust the X spec to cater for duplicate use.Iain Sandoe1-2/+2
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe1-0/+3
2020-10-11Objective-C, Darwin : Revise the runtime selection options.Iain Sandoe1-1/+1
2020-10-07debug: Pass --gdwarf-N to assembler if fixed gas is detected during configureJakub Jelinek1-0/+1
2020-08-03Darwin: Guard two macros in darwin.h.Iain Sandoe1-0/+3
2020-05-23Darwin: Make sanitizer local vars linker-visible.Iain Sandoe1-0/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-14[Darwin, PPC] Use Darwin9 bundle header for Rosetta builds.Iain Sandoe1-4/+7
2019-11-10[Darwin, machopic 11/n] A flag to indicate synbols should be linker-visible.Iain Sandoe1-0/+7
2019-10-09[Darwin, machopic 3/n] Set a SYMBOL flag for indirections.Iain Sandoe1-1/+8
2019-10-08[Darwin, machopic 2/n] Compute and cache indirection rules.Iain Sandoe1-0/+9
2019-10-07[Darwin, machopic 1/n] Consider visibility in indirections.Iain Sandoe1-0/+6
2019-10-07[Darwin, machopic 0/n] Initial tidy of Mach-O symbol handling.Iain Sandoe1-8/+17
2019-08-13[Darwin] There is no need to distinguish PIC/non-PIC symbol stubs.Iain Sandoe1-1/+1
2019-07-31re PR target/91050 (-mdejagnu-cpu=<cpu> does not affect the -m<cpu> assembler...Peter Bergner1-1/+2
2019-07-19[Darwin] More specs TLC.Iain Sandoe1-10/+18
2019-07-03[Darwin] Revise pie,no-pie and rdynamic driver specs.Iain Sandoe1-13/+11