aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3886/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-24Darwin: Amend a comment to be more inclusive [NFC].Iain Sandoe1-3/+3
2021-12-24Darwin: Update rules for handling alignment of globals.Iain Sandoe1-4/+13
2021-12-24Darwin: Check for that flag-reorder-and-partition.Iain Sandoe1-0/+1
2021-12-03pch: Add support for PCH for relocatable executables [PR71934]Jakub Jelinek1-1/+1
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe1-24/+0
2021-10-20Rename asm_out_file function arguments.Martin Liska1-17/+17
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-15/+16
2021-08-29Darwin: Fixes for darwin_libc_has_function.Iain Sandoe1-5/+9
2021-08-27Darwin : Mark the mod init/term section starts with a linker-visible sym.Iain Sandoe1-5/+32
2021-08-17Darwin: Reset section names table at the end of compile.Iain Sandoe1-0/+8
2021-05-20dwarf: new dwarf_debuginfo_p predicateIndu Bhagat1-1/+2
2021-05-18Use startswith in targets.Martin Liska1-71/+70
2021-04-24Revert "Darwin : Adjust darwin_binds_local_p for PIC code [PR100152]."Iain Sandoe1-13/+4
2021-04-24Darwin : Adjust darwin_binds_local_p for PIC code [PR100152].Iain Sandoe1-4/+13
2021-04-03Darwin : Fix out-of-bounds access to df_regs_ever_live.Iain Sandoe1-2/+3
2021-04-03Darwin : Fix whitespace and delete unused code (NFC).Iain Sandoe1-20/+14
2021-03-01dwarf2unwind : Force the CFA after remember/restore pairs [44107/48097].Iain Sandoe1-0/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-11CFI-handling : Add a hook to allow target-specific Personality and LSDA indir...Iain Sandoe1-0/+11
2020-10-11Darwin, Objective-C : Adjust objective-c symbol linkage with version.Iain Sandoe1-3/+30
2020-10-11Darwin, Objective-C : Update meta-data linkage.Iain Sandoe1-1/+42
2020-10-11Objective-C, Darwin : Revise the runtime selection options.Iain Sandoe1-2/+2
2020-10-10Darwin : Only emit Objective-C section switches for older linkers.Iain Sandoe1-3/+4
2020-10-10Objective-C, Darwin : Update metadata section uses.Iain Sandoe1-0/+6
2020-10-10Objective-C, Darwin : Use special string sections for V2 NeXT runtime.Iain Sandoe1-0/+8
2020-10-10Darwin : Begin rework of zero-fill sections.Iain Sandoe1-28/+14
2020-09-30[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries1-1/+2
2020-09-07Darwin : Update libc function availability.Iain Sandoe1-1/+2
2020-08-03Darwin: Handle poly_int machine_modes.Iain Sandoe1-29/+33
2020-03-21Darwin: Handle NULL DECL_SIZE_TYPE in machopic_select_section (PR94237).Iain Sandoe1-10/+19
2020-02-20Fix error message for Darwin.Martin Liska1-1/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-09[Darwin, machopic 10/n] Rework X86 mcount stub code.Iain Sandoe1-9/+14
2019-10-15[Darwin] Clarify fix and continue support (NFC).Iain Sandoe1-12/+18
2019-10-15[Darwin] Update darwin_binds_local_p.Iain Sandoe1-2/+8
2019-10-14[Darwin, machopic 9/n] Minor code clean-ups.Iain Sandoe1-15/+17
2019-10-13[Darwin, machopic 8/n] Back out part of PR71767 fix.Iain Sandoe1-65/+43
2019-10-13[Darwin, machopic 7/n] Remove code that should be dead.Iain Sandoe1-15/+0
2019-10-12[Darwin, machopic 6/n] Fix for 67183Iain Sandoe1-93/+141
2019-10-12[Darwin, machopic 5/n] Make machopic_finish() static.Iain Sandoe1-1/+1
2019-10-12[Darwin] Suppress emitting empty ctor/dtor sections.Iain Sandoe1-1/+2
2019-10-10[Darwin, machopic 4/n] Arrange to indirect IVARs when needed.Iain Sandoe1-0/+11
2019-10-09[Darwin] Improve Objective-C NeXT ABI version check.Iain Sandoe1-10/+11
2019-10-09[Darwin, machopic 3/n] Set a SYMBOL flag for indirections.Iain Sandoe1-0/+2
2019-10-08[Darwin] Remove code deprecated in 4.x.Iain Sandoe1-73/+4
2019-10-08[Darwin, machopic 2/n] Compute and cache indirection rules.Iain Sandoe1-2/+15
2019-10-07[Darwin, machopic 1/n] Consider visibility in indirections.Iain Sandoe1-0/+7
2019-10-07[Darwin, machopic 0/n] Initial tidy of Mach-O symbol handling.Iain Sandoe1-17/+30