From patchwork Wed Apr 11 22:21:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 151905 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 01202B7063 for ; Thu, 12 Apr 2012 08:21:57 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1334787718; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=SV0uUss fjtmFitwIeDanyNRcD4o=; b=i8fFBcHAoONGtXFmuAUY0X9nalj1UVgRdZ2CO6H iA7ncom/jX6lgFH8OGaaTIim1sJo1Xroml/7m6pm6PEipC1NR2mU+lnmMJoapAjz w6/FootJKJVFX+jmlkW29TPtV/kD7ZjKGVkD3ek5b74JkDQgsfqQJ/tXHWmnNWmM OMb8= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=cfa/3bYf6O50Wr6ptHMJE/JTJBB5ZR5ty8vwfxEyVqvWfOtyUPAUiQhj84lomk WsUoez08djIcuS8UCxrNFwDgb0p4PQGvbRtOorUWVaFd86jhTeLDgBMNTnLuskay ZoqAZO3UT1QPVKEkXZulO20J0dIoBlSw/3WVowDMW3Qzw=; Received: (qmail 12280 invoked by alias); 11 Apr 2012 22:21:47 -0000 Received: (qmail 12265 invoked by uid 22791); 11 Apr 2012 22:21:45 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_CX, TW_DC X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Apr 2012 22:21:31 +0000 Received: by lagw12 with SMTP id w12so1129914lag.20 for ; Wed, 11 Apr 2012 15:21:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.131.9 with SMTP id oi9mr130069lab.6.1334182889959; Wed, 11 Apr 2012 15:21:29 -0700 (PDT) Received: by 10.112.85.98 with HTTP; Wed, 11 Apr 2012 15:21:29 -0700 (PDT) Date: Wed, 11 Apr 2012 23:21:29 +0100 Message-ID: Subject: [v3] tweak docs From: Jonathan Wakely To: "libstdc++" , gcc-patches 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 I think this makes the text read a bit better. * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly. Committed to trunk commit 74b28e0fa40289525b44c79920cbd64a36a0cb52 Author: Jonathan Wakely Date: Wed Apr 11 23:13:49 2012 +0100 * doc/xml/manual/debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly. diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 7ee2abf..0a24c96 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -64,8 +64,9 @@ If you would like debug symbols in libstdc++, there are two ways to - build libstdc++ with debug flags. The first is to run make from the - toplevel in a freshly-configured tree with + build libstdc++ with debug flags. The first is to create a separate + debug build by running make from the top-level of a tree + freshly-configured with --enable-libstdcxx-debug @@ -75,11 +76,11 @@ --enable-libstdcxx-debug-flags='...' - to create a separate debug build. Both the normal build and the - debug build will persist, without having to specify - CXXFLAGS, and the debug library will be installed in a - separate directory tree, in (prefix)/lib/debug. For - more information, look at the configuration section. + Both the normal build and the debug build will persist, without + having to specify CXXFLAGS, and the debug library will + be installed in a separate directory tree, in (prefix)/lib/debug. + For more information, look at the + configuration section.