From patchwork Sun Nov 27 00:24:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 127826 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B0321B6F9C for ; Sun, 27 Nov 2011 11:24:56 +1100 (EST) Received: (qmail 9258 invoked by alias); 27 Nov 2011 00:24:50 -0000 Received: (qmail 9241 invoked by uid 22791); 27 Nov 2011 00:24:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Nov 2011 00:24:33 +0000 Received: from g105.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 434543F418; Sat, 26 Nov 2011 19:24:32 -0500 (EST) Date: Sun, 27 Nov 2011 01:24:30 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++] doc/xml/manual/abi.xml -- fix references to GCC as well as GNU/Linux Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org The last remaining instance of Linux vs GNU/Linux in the libstdc++ documentation is fixed thusly. Applied. On the way I spotted an odd reference to GCC. Looking at the overall document, it occurs to me that - newer versions of GCC are not covered, and - references to GCC generally are of the form gcc-X.Y instead of GCC X.Y. Is this something one of you guys (libstdc++) could have a look at? Thanks, Gerald 2011-11-26 Gerald Pfeifer * doc/xml/manual/abi.xml (Prerequisites): Refer to GNU/Linux. Fix reference to GCC. Index: doc/xml/manual/abi.xml =================================================================== --- doc/xml/manual/abi.xml (revision 181742) +++ doc/xml/manual/abi.xml (working copy) @@ -596,8 +596,8 @@ - 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.