aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 2f16612..abeae44 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-26 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/abi.xml (Prerequisites): Refer to GNU/Linux.
+ Fix reference to GCC.
+
2011-11-26 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/51296
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index a8b9241..b79075d 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -596,8 +596,8 @@ compatible.
</para>
<para>
- Most modern Linux and BSD versions, particularly ones using
- gcc-3.1.x tools and more recent vintages, will meet the
+ Most modern GNU/Linux and BSD versions, particularly ones using
+ GCC 3.1 and later, will meet the
requirements above, as does Solaris 2.5 and up.
</para>
</section>