gcc/lto-plugin
Andrew Pinski 9e58de3ce0 Fix PR lto/49664: liblto_plugin.so exports too many symbols
So right now liblto_plugin.so exports many libiberty symbols and
simple_object file symbols but really it just needs to export onload.

This fixes the problem by using "-export-symbols-regex onload" on
the libtool link line.

lto-plugin/ChangeLog:

	PR lto/49664
	* Makefile.am: Export only onload.
	* Makefile.in: Regenerate.
2021-09-13 15:16:56 +00:00
..
ChangeLog Daily bump. 2021-06-26 00:16:39 +00:00
Makefile.am Fix PR lto/49664: liblto_plugin.so exports too many symbols 2021-09-13 15:16:56 +00:00
Makefile.in Fix PR lto/49664: liblto_plugin.so exports too many symbols 2021-09-13 15:16:56 +00:00
aclocal.m4 Enable Intel CET in liblto_plugin.so on Intel CET enabled host 2020-04-25 10:07:16 -07:00
config.h.in Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
configure GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs 2021-05-03 05:01:23 -07:00
configure.ac Enable Intel CET in liblto_plugin.so on Intel CET enabled host 2020-04-25 10:07:16 -07:00
lto-plugin.c add -ltrans-objects lto-plugin debug option 2021-06-25 08:48:52 +02:00