gcc/libcc1
Boris Kolpackov 8c7dbea9f1 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.

From-SVN: r255154
2017-11-26 13:00:48 +00:00
..
ChangeLog Plugin support on Windows/MinGW 2017-11-26 13:00:48 +00:00
Makefile.am Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h 2017-11-16 11:15:33 -07:00
Makefile.in Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h 2017-11-16 11:15:33 -07:00
aclocal.m4 libcc1: Bump to automake 1.11.6 2015-05-13 11:00:37 +00:00
callbacks.cc Update copyright years. 2017-01-04 12:30:51 +01:00
callbacks.hh Update copyright years. 2017-01-04 12:30:51 +01:00
cc1plugin-config.h.in
compiler-name.hh Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h 2017-11-16 11:15:33 -07:00
configure Plugin support on Windows/MinGW 2017-11-26 13:00:48 +00:00
configure.ac re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00
connection.cc Update copyright years. 2017-01-04 12:30:51 +01:00
connection.hh Update copyright years. 2017-01-04 12:30:51 +01:00
findcomp.cc libcc1: return absolute filename from make search_dir 2017-01-31 01:01:32 +00:00
findcomp.hh Update copyright years. 2017-01-04 12:30:51 +01:00
libcc1.cc Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h 2017-11-16 11:15:33 -07:00
libcc1.sym Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcc1plugin.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcc1plugin.sym
libcp1.cc Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h 2017-11-16 11:15:33 -07:00
libcp1plugin.cc [C++ PATCH] overloaded operator fns [6/N] 2017-11-01 15:46:42 +00:00
libcp1plugin.sym Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall-c.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall-cp.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
names.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
names.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
rpc.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
status.hh Update copyright years. 2017-01-04 12:30:51 +01:00