summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-14 20:36:40 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-14 20:36:40 +0000
commitcb30890da35ce0089cc041b5789f8b485bb4690a (patch)
tree11a59ba5b8b9fe15ace0f8dca4152839c89ab45d
parenta545fd884f75d49224e77ae2148836831f34d80c (diff)
downloadgcc-cb30890da35ce0089cc041b5789f8b485bb4690a.tar.gz
gcc:
* config/sol2.c (solaris_assemble_visibility): Remove obsolete URLs. libstdc++-v3: * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN equivalents. * doc/html/manual/abi.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@170961 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sol2.c8
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml4
4 files changed, 16 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d17bb5a0345..46d352a5664 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * config/sol2.c (solaris_assemble_visibility): Remove obsolete
+ URLs.
+
2011-03-14 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi, doc/standards.texi: Refer to
diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c
index 7b4c3d6a9e0..d9f43ea26db 100644
--- a/gcc/config/sol2.c
+++ b/gcc/config/sol2.c
@@ -1,5 +1,5 @@
/* General Solaris system support.
- Copyright (C) 2004, 2005 , 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005 , 2007, 2010, 2011 Free Software Foundation, Inc.
Contributed by CodeSourcery, LLC.
This file is part of GCC.
@@ -134,10 +134,8 @@ solaris_assemble_visibility (tree decl ATTRIBUTE_UNUSED,
STV_SINGLETON, and STV_ELIMINATE.
See Linker and Libraries Guide, Ch. 2, Link-Editor, Defining
- Additional Symbols with a mapfile,
- http://docs.sun.com/app/docs/doc/819-0690/gdzmc?a=view
- and Ch. 7, Object-File Format, Symbol Table Section,
- http://docs.sun.com/app/docs/doc/819-0690/chapter6-79797?a=view */
+ Additional Symbols, and Ch. 7, Object-File Format, Symbol Table
+ Section. */
static const char * const visibility_types[] = {
NULL, "symbolic", "hidden", "hidden"
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ef93431bf09..6ebb9129af6 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
+ equivalents.
+ * doc/html/manual/abi.html: Regenerate.
+
2011-03-14 Andrey Zholos <aaz@althenia.net>
PR libstdc++/48114
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index 23e7b304229..6e7d46bfad7 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -1127,7 +1127,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
</biblioentry>
<biblioentry>
- <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://docs.sun.com/app/docs/doc/819-0690" class="uri">
+ <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://download.oracle.com/docs/cd/E19963-01/html/819-0690/index.html" class="uri">
</biblioid>
<citetitle>
Linker and Libraries Guide (document 819-0690)
@@ -1136,7 +1136,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
<biblioentry>
- <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://docs.sun.com/app/docs/doc/819-3689" class="uri">
+ <biblioid xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://download.oracle.com/docs/cd/E19422-01/819-3689/index.html" class="uri">
</biblioid>
<citetitle>
Sun Studio 11: C++ Migration Guide (document 819-3689)