summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)Author
2020-03-21Darwin: Handle NULL DECL_SIZE_TYPE in machopic_select_section (PR94237).Iain Sandoe
2020-02-20Fix error message for Darwin.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-11-09[Darwin, machopic 10/n] Rework X86 mcount stub code.Iain Sandoe
2019-10-15[Darwin] Clarify fix and continue support (NFC).Iain Sandoe
2019-10-15[Darwin] Update darwin_binds_local_p.Iain Sandoe
2019-10-14[Darwin, machopic 9/n] Minor code clean-ups.Iain Sandoe
2019-10-13[Darwin, machopic 8/n] Back out part of PR71767 fix.Iain Sandoe
2019-10-13[Darwin, machopic 7/n] Remove code that should be dead.Iain Sandoe
2019-10-12[Darwin, machopic 6/n] Fix for 67183Iain Sandoe
2019-10-12[Darwin, machopic 5/n] Make machopic_finish() static.Iain Sandoe
2019-10-12[Darwin] Suppress emitting empty ctor/dtor sections.Iain Sandoe
2019-10-10[Darwin, machopic 4/n] Arrange to indirect IVARs when needed.Iain Sandoe
2019-10-09[Darwin] Improve Objective-C NeXT ABI version check.Iain Sandoe
2019-10-09[Darwin, machopic 3/n] Set a SYMBOL flag for indirections.Iain Sandoe
2019-10-08[Darwin] Remove code deprecated in 4.x.Iain Sandoe
2019-10-08[Darwin, machopic 2/n] Compute and cache indirection rules.Iain Sandoe
2019-10-07[Darwin, machopic 1/n] Consider visibility in indirections.Iain Sandoe
2019-10-07[Darwin, machopic 0/n] Initial tidy of Mach-O symbol handling.Iain Sandoe
2019-10-06[Darwin] Fix some format-related build warnings.Iain Sandoe
2019-10-05[Darwin] Amend section for constants with reloactions.Iain Sandoe
2019-09-29[Darwin, PPC, Mode Iterators 5/n] Update macho_low.Iain Sandoe
2019-09-28[Darwin, PPC, Mode Iterators 4/n] Update macho_high.Iain Sandoe
2019-09-21[Darwin] Update machopic_legitimize_pic_address.Iain Sandoe
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-13[Darwin] There is no need to distinguish PIC/non-PIC symbol stubs.Iain Sandoe
2019-07-07[Darwin] Make a final check on PIC options.Iain Sandoe
2019-07-07[Darwin] Don't jam symbol stubs on for kernel code.Iain Sandoe
2019-06-18Darwin - strip trailing whitespace from a file, NFC.Iain Sandoe
2019-06-18[Darwin] The need for FDE symbols is dependent on linker used, not OS rev.Iain Sandoe
2019-06-16[Darwin] The need for picsym stubs is dependent on linker used, not OS rev.Iain Sandoe
2019-05-18darwin - use switch_to_section instead of asm output.Iain Sandoe
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska
2019-03-08re PR target/80190 (darwin: untranslateable placeholder "non-ASCII character")Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-25Code clean-up on darwin.cIain Sandoe
2018-08-18Darwin does not support gsplit-dwarf.Iain Sandoe
2018-08-15Darwin - remove unnecessary target hookIain Sandoe
2018-03-02re PR target/82005 (Early lto debug not implemented on Darwin)Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener
2017-08-08trans.c: Include header files.Martin Liska
2017-07-03re PR bootstrap/81033 (there are cases where ld64 is not able to determine co...Dominique d'Humieres
2017-07-03re PR bootstrap/81033 (there are cases where ld64 is not able to determine co...Dominique d'Humieres
2017-01-01Update copyright years.Jakub Jelinek
2016-11-27[Darwin] Fix PR71767 - adjust the sections used where necessary.Iain Sandoe
2016-11-27[Darwin, ld64] Make PIC indirections and constant labels linker-visible.Iain Sandoe
2016-11-21use rtx_insn * more places where it is obviousTrevor Saunders