From 07332e6db412b233f8c991652ad94159d041ff50 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 14 Mar 2011 20:34:21 +0000 Subject: [PATCH] sol2.c (solaris_assemble_visibility): Remove obsolete URLs. 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. From-SVN: r170960 --- gcc/ChangeLog | 5 +++++ gcc/config/sol2.c | 8 +++----- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/doc/xml/manual/abi.xml | 4 ++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8349eefee6..f5ed839e9b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-14 Rainer Orth + + * config/sol2.c (solaris_assemble_visibility): Remove obsolete + URLs. + 2011-03-14 Jakub Jelinek PR middle-end/47917 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 7e8d6da9c3a..3972fec26b3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2011-03-14 Rainer Orth + + * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN + equivalents. + * doc/html/manual/abi.html: Regenerate. + 2011-03-14 Tom Tromey * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global. 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. - + 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. - + Sun Studio 11: C++ Migration Guide (document 819-3689)