From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18842 invoked by alias); 23 Mar 2007 23:22:49 -0000 Received: (qmail 18825 invoked by uid 22791); 23 Mar 2007 23:22:49 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Mar 2007 23:22:46 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HUt5o-0006iD-Dx for gdb-patches@sources.redhat.com; Fri, 23 Mar 2007 15:22:44 -0800 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25749-01 for ; Fri, 23 Mar 2007 15:22:44 -0800 (PST) Received: from heron.hq.tensilica.com ([192.168.11.123]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HUt5o-0006i7-3W for gdb-patches@sources.redhat.com; Fri, 23 Mar 2007 15:22:44 -0800 Received: from [192.168.11.123] (heron.hq.tensilica.com [192.168.11.123]) by heron.hq.tensilica.com (Postfix) with ESMTP id 2BD4FAC66E for ; Fri, 23 Mar 2007 16:22:44 -0700 (PDT) Message-ID: <46046143.9040907@tensilica.com> Date: Fri, 23 Mar 2007 23:22:00 -0000 From: Bob Wilson User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [PATCH] update doc cross reference to GCC Content-Type: multipart/mixed; boundary="------------010200060802020109030402" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00213.txt.bz2 This is a multi-part message in MIME format. --------------010200060802020109030402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 245 These two references to a section in the GCC docs need updating. Both the section name and the GCC doc title have changed. OK? 2007-03-23 Bob Wilson * gdb.texinfo (Variables, C): Update cross reference to GCC docs. --------------010200060802020109030402 Content-Type: text/plain; name="gdb-doc-gcc-xref.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-doc-gcc-xref.patch" Content-length: 1454 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.389 diff -u -r1.389 gdb.texinfo --- gdb.texinfo 26 Feb 2007 20:10:17 -0000 1.389 +++ gdb.texinfo 23 Mar 2007 23:18:39 -0000 @@ -5623,8 +5623,9 @@ produces debug info in a format that is superior to formats such as COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also an effective form for debug info. @xref{Debugging Options,,Options -for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}. -@xref{C, , Debugging C++}, for more info about debug info formats +for Debugging Your Program or GCC, gcc.info, Using the @sc{gnu} +Compiler Collection (GCC)}. +@xref{C, , Debugging C++}, for more information about debug info formats that are best suited to C@t{++} programs. If you ask to print an object whose contents are unknown to @@ -9015,8 +9016,8 @@ format; if it doesn't work on your system, try the stabs+ debugging format. You can select those formats explicitly with the @code{g++} command-line options @option{-gdwarf-2} and @option{-gstabs+}. -@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu} -CC, gcc.info, Using @sc{gnu} CC}. +@xref{Debugging Options,,Options for Debugging Your Program or GCC, +gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}. @menu * C Operators:: C and C@t{++} operators --------------010200060802020109030402--