This is necessary for adding __cxa_atexit support for Cygwin in GCC without

exporting __dso_handle from every DLL.

	* pe-dll.c (autofilter_entry_type autofilter_symbollist_i386): Add
	__dso_handle.
This commit is contained in:
Yaakov Selkowitz 2014-08-13 11:43:28 +01:00 committed by Nick Clifton
parent 65c749e7c0
commit 63e1777c6c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-08-13 Yaakov Selkowitz <yselkowi@redhat.com>
* pe-dll.c (autofilter_entry_type autofilter_symbollist_i386): Add
__dso_handle.
2014-08-13 Alan Modra <amodra@gmail.com>
* ldlang.c (open_input_bfds): Don't use bfd_elf_get_dyn_lib_class.

View File

@ -235,6 +235,7 @@ static const autofilter_entry_type autofilter_symbollist_i386[] =
{ STRING_COMMA_LEN ("_impure_ptr") },
{ STRING_COMMA_LEN ("_fmode") },
{ STRING_COMMA_LEN ("environ") },
{ STRING_COMMA_LEN ("__dso_handle") },
{ NULL, 0 }
};