r255154 - in /trunk: config/ChangeLog config/gc...

jyong@gcc.gnu.org jyong@gcc.gnu.org
Sun Nov 26 13:00:00 GMT 2017


Author: jyong
Date: Sun Nov 26 13:00:48 2017
New Revision: 255154

URL: https://gcc.gnu.org/viewcvs?rev=255154&root=gcc&view=rev
Log:
Plugin support on Windows/MinGW

config/ChangeLog:
2017-11-14 Boris Kolpackov  <boris@codesynthesis.com>

	* gcc-plugin.m4: Add support for MinGW.

gcc/ChangeLog:
2017-11-14 Boris Kolpackov  <boris@codesynthesis.com>

	* plugin.c (add_new_plugin): Use platform-specific library extensions.
	(try_init_one_plugin): Alternative implementation for MinGW.
	* Makefile.in (plugin_implib): New.
	(gengtype-lex.c): Fix broken AIX workaround.
	* configure: Regenerate.
	* doc/plugins.texi: Document support for MinGW.

gcc/c/ChangeLog:
2017-11-14 Boris Kolpackov  <boris@codesynthesis.com>

	* Make-lang.in (c.install-plugin): Install backend import library.

gcc/cp/ChangeLog:
2017-11-14 Boris Kolpackov  <boris@codesynthesis.com>

	* Make-lang.in (c++.install-plugin): Install backend import library.

libcc1/ChangeLog:
2017-11-14 Boris Kolpackov  <boris@codesynthesis.com>

	* configure: Regenerate.


Modified:
    trunk/config/ChangeLog
    trunk/config/gcc-plugin.m4
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/Make-lang.in
    trunk/gcc/configure
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/Make-lang.in
    trunk/gcc/doc/plugins.texi
    trunk/gcc/plugin.c
    trunk/libcc1/ChangeLog
    trunk/libcc1/configure



More information about the Gcc-cvs mailing list