diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-27 16:58:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-27 16:58:44 +0000 |
commit | 36af3926571f4f43a2e7e77083f701126e4a6472 (patch) | |
tree | 44df4fd16e76b1b2f0b2cce148030e6a1106385c | |
parent | 3455eace369a1446cf3ccdc8eead62f21a47e475 (diff) | |
download | gdb-36af3926571f4f43a2e7e77083f701126e4a6472.zip gdb-36af3926571f4f43a2e7e77083f701126e4a6472.tar.gz gdb-36af3926571f4f43a2e7e77083f701126e4a6472.tar.bz2 |
mention fixed bug in ChangeLog
-rw-r--r-- | bfd/ChangeLog-2012 | 1 | ||||
-rw-r--r-- | gold/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
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 <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. 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 <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. |