From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3333 invoked by alias); 9 Apr 2002 16:40:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3288 invoked from network); 9 Apr 2002 16:40:28 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 9 Apr 2002 16:40:28 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g39Ge8F12926 for gdb-patches@sources.redhat.com; Tue, 9 Apr 2002 11:40:08 -0500 Date: Tue, 09 Apr 2002 09:40:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204091640.g39Ge8F12926@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [rfa] doc/gdbint.texinfo: remove references to pyramid macros X-SW-Source: 2002-04/txt/msg00362.txt.bz2 And now for something different. I found this in an old "work in progress" directory. Here's a doco cleanup patchlet. This removes references to PYRAMID_* from gdbint.texinfo, section "Obsolete Conditionals". Here is the history: gdb HEAD no reference to PYRAMID_* gdb gdb_5_2-branch no reference to PYRAMID_* gdb 5.1.1 no reference to PYRAMID_* gdb 5.1 no reference to PYRAMID_* gdb 5.0 all references to PYRAMID_* are "OBSOLETE" gdb 4.18 PYRAMID_* is live I would like to apply this to HEAD. It would not hurt the 5.2 branch, but it's not necessary, either. Okay to apply? Michael C === 2002-04-09 Michael Chastain * gdb.texinfo (Obsolete Conditionals): Remove references to pyramid macros. Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.72 diff -c -3 -p -r1.72 gdbint.texinfo *** gdbint.texinfo 6 Apr 2002 00:02:52 -0000 1.72 --- gdbint.texinfo 9 Apr 2002 16:36:54 -0000 *************** and deleted from all of @value{GDBN}'s c *** 5728,5740 **** Any @file{@var{foo}-xdep.c} file that references STACK_END_ADDR is so old that it has never been converted to use BFD. Now that's old! - @item PYRAMID_CONTROL_FRAME_DEBUGGING - pyr-xdep.c - @item PYRAMID_CORE - pyr-xdep.c - @item PYRAMID_PTRACE - pyr-xdep.c - @item REG_STACK_SEGMENT exec.c --- 5728,5733 ----