diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-03-14 20:34:21 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-03-14 20:34:21 +0000 |
commit | 07332e6db412b233f8c991652ad94159d041ff50 (patch) | |
tree | 21c6b1a1e9c320fe776fc4e7450d23ab3073d809 /gcc | |
parent | ba3ceb2dd2f3a8f15b21bdf7ea035d9ec9c806f5 (diff) | |
download | gcc-07332e6db412b233f8c991652ad94159d041ff50.zip gcc-07332e6db412b233f8c991652ad94159d041ff50.tar.gz gcc-07332e6db412b233f8c991652ad94159d041ff50.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sol2.c | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8349ee..f5ed839 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> PR middle-end/47917 diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c index 7b4c3d6..d9f43ea 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" |