Re: [PATCH] d: Add darwin support for D language front-end

2020-12-07 Thread Iain Buclaw via Gcc-patches
gt; You can reach the person managing the list at >> gcc-patches-ow...@gcc.gnu.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Gcc-patches digest..." >> Today's Topics: >> >> 1.

Re: [PATCH] d: Add darwin support for D language front-end

2020-12-06 Thread ciel via Gcc-patches
o it is more specific > than "Re: Contents of Gcc-patches digest..." > Today's Topics: > >1. Re: [PATCH] configure: Support building D front-end on > *-*-darwin* (Iain Buclaw) >2. Re: [PATCH] d: Add darwin support for D language front-end > (Ia

Re: [PATCH] d: Add darwin support for D language front-end

2020-11-29 Thread Iain Buclaw via Gcc-patches
Excerpts from Iain Sandoe's message of November 29, 2020 1:49 pm: > Hi Iain > > Iain Buclaw wrote: > >> This patch adds necessary predefined version symbols and support for >> moduleinfo sections for darwin to allow testing libphobos support. >> >> OK for mainline? > > As we discussed off-list,

Re: [PATCH] d: Add darwin support for D language front-end

2020-11-29 Thread Iain Sandoe
Hi Iain Iain Buclaw wrote: This patch adds necessary predefined version symbols and support for moduleinfo sections for darwin to allow testing libphobos support. OK for mainline? As we discussed off-list, this sets ABI (the section names are visible and part of the contract with the run

[PATCH] d: Add darwin support for D language front-end

2020-11-28 Thread Iain Buclaw via Gcc-patches
Hi, This patch adds necessary predefined version symbols and support for moduleinfo sections for darwin to allow testing libphobos support. OK for mainline? Regards Iain. --- gcc/ChangeLog: * config.gcc (*-*-darwin*): Set d_target_objs and target_has_targetdm. * config/elfos.h