From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16570 invoked by alias); 19 Apr 2002 01:39:28 -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 16561 invoked from network); 19 Apr 2002 01:39:26 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Apr 2002 01:39:26 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 550293D1A; Thu, 18 Apr 2002 21:39:36 -0400 (EDT) Message-ID: <3CBF7558.8010207@cygnus.com> Date: Thu, 18 Apr 2002 18:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: Multi-arch only GDB 6.0 .... References: <3CBF600D.8090205@cygnus.com> <20020418201548.A14027@nevyn.them.org> <3CBF6BEF.2050003@cygnus.com> <20020418211607.A16989@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00324.txt.bz2 > > Most of SPARC is only multiarch if it snuck in with David's cleanups > recently. A day-old tree: > > tm-sp64.h:#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL > tm-sp64linux.h:#define GDB_MULTI_ARCH 0 Hmm, I suspect that is a hangover from long ago. David's patch needs to at least be multi-arch partial (I'd better check :-). > tm-sun4sol2.h:#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL > > Someone was working on HP/UX just a little while ago - Jeff Law, I > think. Jeff doesn't have the time to multi-arch HP/UX GDB. Trust me on that :-) Andrew