From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14751 invoked by alias); 16 Jul 2002 20:41:49 -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 14722 invoked from network); 16 Jul 2002 20:41:48 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 16 Jul 2002 20:41:48 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 6706C108C9; Tue, 16 Jul 2002 15:04:42 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15668.28233.984220.611039@localhost.redhat.com> Date: Tue, 16 Jul 2002 13:41:00 -0000 To: Andrew Cagney Cc: Elena Zannoni , Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Obsolete i[3456]86-*-os9k target In-Reply-To: <3D343BAE.1080300@ges.redhat.com> References: <3D31B0BB.4030809@ges.redhat.com> <20020714173533.GA30061@nevyn.them.org> <15666.7366.759366.807608@localhost.redhat.com> <3D343BAE.1080300@ges.redhat.com> X-SW-Source: 2002-07/txt/msg00352.txt.bz2 Andrew Cagney writes: > > Daniel Jacobowitz writes: > > > On Sun, Jul 14, 2002 at 01:11:23PM -0400, Andrew Cagney wrote: > > > > Hello, > > > > > > > > (this includes os9kread.c but didn't zap any of the os9k stuff in things > > > > like stabs read :-( That got too messy. > > > > > > > > This patch makes the os9k platform (i[3456]86-*-os9k) platform obsolete. > > > > Failing objections, I'll commit it in a few days. > > > > > > > > enjoy, > > > > Andrew > > > > > > Thank you, thank you thank you thank you. One crufty reader down the > > > drain. > > > > > > > Don't forget to flush... :-) > > Done. Hmm, looks like ... > > > I'll take a look at the remaining bits. > > ... a brush is needed. > > I started changing: > > if (os8k_stabs) > > else > > > into: > > /* OBSOLETE if (os8k_stabs) */ > /* OBSOLETE */ > /* OBSOLETE else */ > > > but gave up. Some of those if() clauses got pretty weired. Not sure > what the reader maintainers want to do. I'll try to come up a patch that to 'if 0' those bits. I think that the indentation and extra curly braces can be fixed later, once we pull the code out for good. We definitely need to deactivate these parts, otherwise os9k_stabs would be undefined. Elena > > enjoy, > Andrew >