From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25107 invoked by alias); 12 Apr 2002 22:38:59 -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 25092 invoked from network); 12 Apr 2002 22:38:56 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 12 Apr 2002 22:38:56 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g3CMctY05454 for gdb-patches@sources.redhat.com; Fri, 12 Apr 2002 17:38:55 -0500 Date: Fri, 12 Apr 2002 15:38:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204122238.g3CMctY05454@duracef.shout.net> To: gdb-patches@sources.redhat.com Subject: [rfa] doc/gdbint.texinfo: remove reference to REG_STACK_SEGMENT X-SW-Source: 2002-04/txt/msg00472.txt.bz2 This removes another dead symbol from "Obsolete Conditionals" in gdbint.texinfo. The symbol is REG_STACK_SEGMENT. It was last used in the Pyramid code in gdb 4.18. After this patch, "Obsolete Conditionals" has only one symbol left, but that symbol is still in use. OK to apply? Michael C 2002-04-12 Michael Chastain * gdbint.texinfo (Obsolete Conditionals): Remove reference to REG_STACK_SEGMENT. Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.73 diff -c -3 -p -r1.73 gdbint.texinfo *** gdbint.texinfo 10 Apr 2002 05:11:35 -0000 1.73 --- gdbint.texinfo 12 Apr 2002 22:37:26 -0000 *************** and deleted from all of @value{GDBN}'s c *** 5728,5736 **** 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 REG_STACK_SEGMENT - exec.c - @end table @include fdl.texi --- 5728,5733 ----