From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5168 invoked by alias); 30 Nov 2004 14:51:48 -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 4947 invoked from network); 30 Nov 2004 14:51:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Nov 2004 14:51:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iAUEpREH026446 for ; Tue, 30 Nov 2004 09:51:28 -0500 Received: from localhost.redhat.com (vpn50-77.rdu.redhat.com [172.16.50.77]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iAUEpRr20792; Tue, 30 Nov 2004 09:51:27 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4FF31129D8C; Tue, 30 Nov 2004 09:50:29 -0500 (EST) Message-ID: <41AC88B2.5070501@gnu.org> Date: Tue, 30 Nov 2004 14:51:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/RFA] multiarch INSTRUCTION_NULLIFIED References: <20041118000159.GG15714@tausq.org> <419CB118.7080401@gnu.org> <20041118162108.GK15714@tausq.org> <200411181655.iAIGthDa026050@juw15.nfra.nl> <20041123174937.GL9148@tausq.org> <41AA09F8.4020006@gnu.org> <20041128184141.GG6359@tausq.org> <41AA2D08.3030304@gnu.org> <20041129033013.GJ6359@tausq.org> <41AB3C1D.80509@gnu.org> <20041130065620.GT6359@tausq.org> In-Reply-To: <20041130065620.GT6359@tausq.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00532.txt.bz2 Randolph Chung wrote: >>If you want, add a DEPRECATED_INSTRUCTION_NULLIFIED to the architecture >>vector and have the PA-RISC use that. While a sideways step, it lets >>you advance what I'm assuming is the more immediate objective of >>cleaning out PA's tm*.h files and making it pure multi-arch. > > > well, based on Mark's earlier ok i had checked in the > instruction_nullified stuff already. since this doesn't seem to be ok, > let me try to fix this properly and see what happens. I don't know why Mark did that, this one is certainly ``tricky'' :-) Just rename it. > we are pretty close to getting rid of tm-hppa.h..... but the last one(s) > are always the trickiest :) I know, there's a tradeoff. Hence my suggestion - add it but deprecated so that we know it has to be revisited later (and more importantly other architectures don't try to adopt it :-). Looking over whats remaining, the tricky one looks to be REALTIME.{LO,HI}. Thanks, Andrew