diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2014-08-13 11:43:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-08-13 11:43:28 +0100 |
commit | 63e1777c6c20434c9909eb0f235b14f623d1f914 (patch) | |
tree | f66ef1f7fc2889f7bd0f7276f2d08838bd59e407 /ld/ChangeLog | |
parent | 65c749e7c049f9bf944c5fbe9e727b7a8b4ccc7c (diff) | |
download | gdb-63e1777c6c20434c9909eb0f235b14f623d1f914.zip gdb-63e1777c6c20434c9909eb0f235b14f623d1f914.tar.gz gdb-63e1777c6c20434c9909eb0f235b14f623d1f914.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f62813e..fa7cab6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |