> This is my first patch to GCC, so please let me know if I did something
> wrong. This patch fixes common annoyance on w64-mingw32 targets, where
> once needs to add explicit "C" linkage to make C++ app work with wmain
> entry point.
>
> * decl.c: Allow custom target implicit C linkage
> * mingw-w64.h: Specify entry points with implicit C linkage
> * main.C: Added implicit C linkage tests
There are mutiple ChangeLog files in the tree and you need to write an entry
for each of them, using a path relative to the directory where it is found:
gcc/ChangeLog
* config/i386/mingw-w64.h: ...
gcc/cp/ChangeLog:
* decl.c: ...
gcc/testsuite/ChangeLog:
* g++.dg/ext/main.C: ...
--
Eric Botcazou