aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@gcc.gnu.org>2014-11-26 21:53:23 +0000
committerJan-Benedict Glaw <jbglaw@gcc.gnu.org>2014-11-26 21:53:23 +0000
commit7b0b9f6643723a6d1fe36a867bfde842a9caf248 (patch)
tree5491399fcb48c4e7a17a5386022001bb19fafe56 /config
parent74ae587edafb8c83ac77fdc9182db76ef123955f (diff)
downloadgcc-7b0b9f6643723a6d1fe36a867bfde842a9caf248.zip
gcc-7b0b9f6643723a6d1fe36a867bfde842a9caf248.tar.gz
gcc-7b0b9f6643723a6d1fe36a867bfde842a9caf248.tar.bz2
Merge ./config/ChangeLog with missing entries from Binutils
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/ChangeLog: Merge entries from Binutils From-SVN: r218101
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index ab3a773..2cbc885 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -26,11 +26,22 @@
* isl.m4 (ISL_CHECK_VERSION): Check link of isl library
for cross_compiling.
+2014-08-19 Alan Modra <amodra@gmail.com>
+
+ * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to
+ LIBS via AC_SEARCH_LIBS.
+
2014-08-18 Roman Gareev <gareevroman@gmail.com>
* cloog.m4: Remove the path to isllibs from clooglibs.
* isl.m4: Add paths to islinc, isllibs.
+2014-08-14 Alan Modra <amodra@gmail.com>
+
+ * plugins.m4: Test for dlfcn.h or windows.h here to set default
+ for --enable-plugins. Report error if someone tries to enable
+ plugins on a host we don't support.
+
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
@@ -45,6 +56,10 @@
PR target/43538
* mt-gnu: Don't reset CXXFLAGS_FOR_TARGET.
+2013-12-07 Mike Frysinger <vapier@gentoo.org>
+
+ * acinclude.m4: Remove +x file mode.
+
2013-11-29 Marek Polacek <polacek@redhat.com>
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl.