This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH resend] Add implicit C linkage for win32-specific entry points
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: Jacek Caban <jacek at codeweavers dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 18 Jun 2012 13:04:47 +0200
- Subject: Re: [PATCH resend] Add implicit C linkage for win32-specific entry points
- References: <4FDF08E0.2020708@codeweavers.com>
On Mon, Jun 18, 2012 at 12:54 PM, Jacek Caban <jacek@codeweavers.com> wrote:
>
> gcc/ChangeLog:
> ? ? ? ?* config/i386/mingw-w64.h: Specify entry points with implicit C linkage
>
> gcc/cp/ChangeLog:
> ? ? ? ?* decl.c: Allow custom target implicit C linkage
>
> gcc/testsuite/ChangeLog:
> ? ? ? ?* g++.dg/ext/main.C: Added implicit C linkage tests
Can you make this a C-family target hook instead of a macro, please?
See c-family/c-target.* and users of targetcm.
Ciao!
Steven