aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2012-11-02 21:59:43 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2012-11-02 21:59:43 +0000
commit1a34066e2ee72e52ca80719bedafbebedcf889a2 (patch)
tree1e0466021b1b5578cd52f94bc89ab70e12d85e04 /libstdc++-v3
parent36834fe3b238f5aac70c630f49a44988a4aa61ee (diff)
downloadgcc-1a34066e2ee72e52ca80719bedafbebedcf889a2.zip
gcc-1a34066e2ee72e52ca80719bedafbebedcf889a2.tar.gz
gcc-1a34066e2ee72e52ca80719bedafbebedcf889a2.tar.bz2
configure.xml: Adjust GNU libc link.
* doc/xml/manual/configure.xml: Adjust GNU libc link. * doc/xml/manual/debug.xml: Adjust GDB documentation link. Use GCC instead of gcc. * doc/xml/manual/prerequisites.xml: Remove detailed reference to binutils downloads. From-SVN: r193109
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog12
-rw-r--r--libstdc++-v3/doc/xml/manual/configure.xml2
-rw-r--r--libstdc++-v3/doc/xml/manual/debug.xml4
-rw-r--r--libstdc++-v3/doc/xml/manual/prerequisites.xml5
4 files changed, 16 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 907fa7c..d330b93 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,15 @@
+2012-11-02 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/configure.xml: Adjust GNU libc link.
+
+ * doc/xml/manual/debug.xml: Adjust GDB documentation link.
+ Use GCC instead of gcc.
+
+ * doc/xml/manual/prerequisites.xml: Remove detailed reference
+ to binutils downloads.
+
+
+
2012-11-02 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/55169
diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml
index 827b232..25c92c3 100644
--- a/libstdc++-v3/doc/xml/manual/configure.xml
+++ b/libstdc++-v3/doc/xml/manual/configure.xml
@@ -106,7 +106,7 @@
choices are 'ieee_1003.1-2001' to specify an X/Open, Standard Unix
(IEEE Std. 1003.1-2001) model based on langinfo/iconv/catgets,
'gnu' to specify a model based on functionality from the GNU C
- library (langinfo/iconv/gettext) (from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/glibc/">glibc</link>, the GNU C
+ library (langinfo/iconv/gettext) (from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.gnu.org/software/libc/">glibc</link>, the GNU C
library), 'generic' to use a generic "C" abstraction which consists
of "C" locale info, 'newlib' to specify the Newlib C library model
which only differs from the 'generic' model in the handling of
diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml
index 7a984bb..caaf46d 100644
--- a/libstdc++-v3/doc/xml/manual/debug.xml
+++ b/libstdc++-v3/doc/xml/manual/debug.xml
@@ -49,7 +49,7 @@
shown in GDB. Expressiveness can be enhanced by flags like
<code>-g3</code>. The default debug information for a particular
platform can be identified via the value set by the
- PREFERRED_DEBUGGING_TYPE macro in the gcc sources.
+ PREFERRED_DEBUGGING_TYPE macro in the GCC sources.
</para>
<para>
@@ -260,7 +260,7 @@
</para>
<para>
- Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sources.redhat.com/gdb/current/onlinedocs/gdb/">
+ Many options are available for GDB itself: please see <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceware.org/gdb/current/onlinedocs/gdb/">
"GDB features for C++" </link> in the GDB documentation. Also
recommended: the other parts of this manual.
</para>
diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml
index 078813b..bca5865 100644
--- a/libstdc++-v3/doc/xml/manual/prerequisites.xml
+++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml
@@ -30,10 +30,7 @@
</para>
<para>As of GCC 4.0.1 the minimum version of binutils required to build
- libstdc++ is <code>2.15.90.0.1.1</code>. You can get snapshots
- (as well as releases) of binutils from
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="ftp://sources.redhat.com/pub/binutils/">
- ftp://sources.redhat.com/pub/binutils</link>.
+ libstdc++ is <code>2.15.90.0.1.1</code>.
Older releases of libstdc++ do not require such a recent version,
but to take full advantage of useful space-saving features and
bug-fixes you should use a recent binutils whenever possible.