mention fixed bug in ChangeLog

This commit is contained in:
Mike Frysinger 2013-01-27 16:58:44 +00:00
parent 3455eace36
commit 36af392657
2 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,7 @@
2012-10-13 H.J. Lu <hongjiu.lu@intel.com>
PR bfd/14430
* Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@.
* configure.in (lt_cv_dlopen_libs): AC_SUBST.
* Makefile.in: Regenerated.

View File

@ -63,6 +63,7 @@
2013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
PR bfd/14430
Fix mingw gold build with plugins enabled
* Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
* configure.ac: Export DLOPEN_LIBS and add headers check.