From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8328 invoked by alias); 19 Feb 2002 21:09:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 8203 invoked from network); 19 Feb 2002 21:09:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Feb 2002 21:09:17 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 27DA13D12; Tue, 19 Feb 2002 16:09:17 -0500 (EST) Message-ID: <3C72BEFC.3060504@cygnus.com> Date: Tue, 19 Feb 2002 13:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb@sources.redhat.com Subject: Re: ARM multi-arch NEWS References: <200202191717.RAA27110@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00250.txt.bz2 > I think just getting to the point of throwing the multi-arch switch >> (level 1) is newsworthy achievement :-) (It also serves as a heads up >> to Arm developers - many of the big V little bugs just mysteriously >> disappeared :-)). >> >> enjoy, >> Andrew >> > > > Hmm, something like this then? > > diff -p -r1.56 NEWS > *** NEWS 2002/02/10 17:34:05 1.56 > --- NEWS 2002/02/19 17:14:50 > *************** it will be treated as a corefile. If it > *** 36,43 **** > --- 36,49 ---- > GDB will attempt to attach it as a process, and if no such process > is found, will then attempt to open it as a corefile. > > + * Changes in ARM configurations. > + > + Multi-arch support is enabled for all ARM configurations. The ARM/NetBSD > + configuration is fully multi-arch. > + > * New native configurations Yep! Andrew