From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10475 invoked by alias); 15 Aug 2002 19:48:22 -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 10459 invoked from network); 15 Aug 2002 19:48:20 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 15 Aug 2002 19:48:20 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 565B0D2CBD; Thu, 15 Aug 2002 12:48:23 -0700 (PDT) Date: Thu, 15 Aug 2002 12:48:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Minor changes to proc-api.c for Interix Message-ID: <20020815194823.GB906@gnat.com> References: <20020724085918.GA1166@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020724085918.GA1166@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00377.txt.bz2 ping? > I would like to commit the following change. This change has been made > for Interix, but should not affect any other platform. Tested on > Solaris by recompiling GDB. > > OK to commit? > > 2002-07-24 Donn Terry > > * proc-api.c (rw_table): Do not include a row for PCDSTOP if the > corresponding macro is not defined. Likewise for PCNICE, PCSHOLD > and PCUNKILL. > (write_with_trace): Conditionalize out the switch branch handling > PCSHOLD if the corresponding macro is not defined. Likewise for > PRSABORT and PRSTOP. > This change will be needed by the Interix port. -- Joel