From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6556 invoked by alias); 10 Jan 2002 22:28:57 -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 6514 invoked from network); 10 Jan 2002 22:28:55 -0000 Received: from unknown (HELO smtp02.mrf.mail.rcn.net) (207.172.4.61) by sources.redhat.com with SMTP; 10 Jan 2002 22:28:55 -0000 Received: from 66-44-18-232.s2264.apx2.lnh.md.dialup.rcn.com ([66.44.18.232] helo=erols.com) by smtp02.mrf.mail.rcn.net with esmtp (Exim 3.33 #10) id 16Ongo-0007KJ-00 for gdb@sources.redhat.com; Thu, 10 Jan 2002 17:28:50 -0500 Message-ID: <3C3E1592.633CD862@erols.com> Date: Thu, 10 Jan 2002 14:28:00 -0000 From: LeakyStain X-Mailer: Mozilla 4.51 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 CC: gdb@sources.redhat.com Subject: Re: Obsolete m32r? References: <3C388CE9.3080102@cygnus.com> <3C392FE0.5395@redhat.com> <3C3C7CC8.4070409@cygnus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00110.txt.bz2 It would help if the gdbint.info was updated first, to label the macros obsolete or deprecated, and describe multi-arch more completely. I started working on a port of gdb 5.0 to the ut69r in September 2001, and I read gdbint.info pretty thoroughly; there was only one mention of multi-arch, and it was pretty obscure. So I implemented the macros, and now I discover I have to change them. -- Stephe Andrew Cagney wrote: > In GDB 5.2 we're ment to have everything multi-arched so this target > needs to be done. I don't actually think that goal will be achived but > we should at least be working on it. > > Andrew