diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2011-11-27 00:21:28 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2011-11-27 00:21:28 +0000 |
commit | 4aa3ff2b2ea0f5524622ce2f75d091120e666bfe (patch) | |
tree | e5148af62822bd03389886177b7e92157f3604b8 | |
parent | 380af8096daaabbdfc0d112f02f62814a670e524 (diff) | |
download | gcc-4aa3ff2b2ea0f5524622ce2f75d091120e666bfe.zip gcc-4aa3ff2b2ea0f5524622ce2f75d091120e666bfe.tar.gz gcc-4aa3ff2b2ea0f5524622ce2f75d091120e666bfe.tar.bz2 |
abi.xml (Prerequisites): Refer to GNU/Linux.
* doc/xml/manual/abi.xml (Prerequisites): Refer to GNU/Linux.
Fix reference to GCC.
From-SVN: r181756
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/abi.xml | 4 |
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> |