From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4899 invoked by alias); 16 Apr 2009 07:10:31 -0000 Received: (qmail 4878 invoked by uid 22791); 16 Apr 2009 07:10:29 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Apr 2009 07:10:25 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 69DBB2BAC20 for ; Thu, 16 Apr 2009 03:10:23 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Jelz0JDvZ6+v for ; Thu, 16 Apr 2009 03:10:23 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 366232BAC1D for ; Thu, 16 Apr 2009 03:10:23 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C50E2F5BA6; Thu, 16 Apr 2009 00:10:19 -0700 (PDT) Date: Thu, 16 Apr 2009 07:10:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/doco] Remove reference to PROC_NAME_FMT Message-ID: <20090416071019.GJ7603@adacore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="gKMricLos+KVdGMg" Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00362.txt.bz2 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 304 This macro was deprecated and is now no longer used. 2009-04-16 Joel Brobecker * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. This macro is no longer used. Tested by rebuilding the html version of gdbint. OK to commit? Thanks, -- Joel --gKMricLos+KVdGMg Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="PROC_NAME_FMT-doc.diff" Content-length: 986 commit b8fba7fa7995d814a1b0bf33c33fe4ffef045c77 Author: Joel Brobecker Date: Thu Apr 16 00:05:00 2009 -0700 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT. This macro is no longer used. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e4e08a3..daf55d0 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5492,12 +5492,6 @@ undefined) in @file{nm-@var{system}.h}. An x86-based machine can define this to use the generic x86 watchpoint support; see @ref{Algorithms, I386_USE_GENERIC_WATCHPOINTS}. -@item PROC_NAME_FMT -@findex PROC_NAME_FMT -Defines the format for the name of a @file{/proc} device. Should be -defined in @file{nm.h} @emph{only} in order to override the default -definition in @file{procfs.c}. - @item SOLIB_ADD (@var{filename}, @var{from_tty}, @var{targ}, @var{readsyms}) @findex SOLIB_ADD Define this to expand into an expression that will cause the symbols in --gKMricLos+KVdGMg--