summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-12-01 16:52:22 +0000
committerIan Lance Taylor <ian@airs.com>2010-12-01 16:52:22 +0000
commit411603955bb253b56d6457b5a6f434c6a9a2f5ec (patch)
tree269d8b2b7a2402b06c8d46a58c27bdab3174be4e
parentda1ea055c0a1671aeae466c96833439086a33591 (diff)
downloadbinutils-411603955bb253b56d6457b5a6f434c6a9a2f5ec.tar.gz
binutils-411603955bb253b56d6457b5a6f434c6a9a2f5ec.tar.bz2
binutils-411603955bb253b56d6457b5a6f434c6a9a2f5ec.zip
* README: Update compilers known to work and fail.
-rw-r--r--gold/ChangeLog4
-rw-r--r--gold/README4
2 files changed, 6 insertions, 2 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index b939049ef91..2db183b613c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-01 Ian Lance Taylor <iant@google.com>
+
+ * README: Update compilers known to work and fail.
+
2010-11-23 Matthias Klose <doko@ubuntu.com>
* configure.in: For --enable-gold, handle value `default' instead of
diff --git a/gold/README b/gold/README
index 43c6897c4e8..bc8496aee5f 100644
--- a/gold/README
+++ b/gold/README
@@ -53,8 +53,8 @@ Build requirements
==================
The gold source code uses templates heavily. Building it requires a
-recent version of g++. g++ 4.0.3 is known to work. g++ 3.2 and g++
-3.4.3 are known to fail.
+recent version of g++. g++ 4.0.3 and 4.1.3 are known to work. g++
+3.2, 3.4.3, and 4.1.2 are known to fail.
The linker script parser uses features which are only in newer
versions of bison. bison 2.3 is known to work. bison 1.26 is known