From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20789 invoked by alias); 22 Aug 2002 22:38:57 -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 20782 invoked from network); 22 Aug 2002 22:38:57 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 22 Aug 2002 22:38:57 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA08067; Thu, 22 Aug 2002 15:33:04 -0700 (PDT) Message-ID: <3D6567FF.6A0A9170@redhat.com> Date: Thu, 22 Aug 2002 15:54:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] Minor changes to proc-api.c for Interix References: <20020724085918.GA1166@gnat.com> <20020815194823.GB906@gnat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00733.txt.bz2 Joel Brobecker wrote: > > ping? Yes, this is good, please check it in. > > > 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