From: Mike Frysinger Date: Sun, 27 Jan 2013 16:58:44 +0000 (+0000) Subject: mention fixed bug in ChangeLog X-Git-Tag: sid-snapshot-20130201~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36af3926571f4f43a2e7e77083f701126e4a6472;p=external%2Fbinutils.git mention fixed bug in ChangeLog --- diff --git a/bfd/ChangeLog-2012 b/bfd/ChangeLog-2012 index 9be65bf..2c7d9ea 100644 --- a/bfd/ChangeLog-2012 +++ b/bfd/ChangeLog-2012 @@ -629,6 +629,7 @@ 2012-10-13 H.J. Lu + PR bfd/14430 * Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@. * configure.in (lt_cv_dlopen_libs): AC_SUBST. * Makefile.in: Regenerated. diff --git a/gold/ChangeLog b/gold/ChangeLog index bcf8c06..b668e98 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -63,6 +63,7 @@ 2013-01-11 Pavel Chupin + 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.