From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24292 invoked by alias); 8 Feb 2002 09:38:36 -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 24222 invoked from network); 8 Feb 2002 09:38:35 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 8 Feb 2002 09:38:35 -0000 Received: by fw-cam.cambridge.arm.com; id JAA04615; Fri, 8 Feb 2002 09:38:33 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma004538; Fri, 8 Feb 02 09:38:29 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id JAA14786; Fri, 8 Feb 2002 09:38:28 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id JAA27192; Fri, 8 Feb 2002 09:38:28 GMT Message-Id: <200202080938.JAA27192@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrew Cagney cc: Richard.Earnshaw@arm.com, gdb@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: Moving to GDB_MULTI_ARCH_PARTIAL In-reply-to: Your message of "Fri, 08 Feb 2002 02:07:31 EST." <3C637933.7060502@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Feb 2002 01:38:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00127.txt.bz2 ac131313@cygnus.com said: > this suggests REGISTER_CONVERTIBLE doesn't need to be immediatly > converted. > However, it also explains why, at level one, it isn't strict about > overriding macros. Given a case like the i386, the base cpu may be > multi-arched but the variants (tm-ptx.h and tm-symmetry.h) may not. > This again lets them continue to build and work. So if they can continue to work with the existing definitions, why aren't REGISTER_CONVERTIBLE and PUSH_ARGUMENTS level 2? R.