From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4906 invoked by alias); 15 Apr 2004 16:28:06 -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 4896 invoked from network); 15 Apr 2004 16:28:05 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Apr 2004 16:28:05 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8505B2B9C; Thu, 15 Apr 2004 12:28:01 -0400 (EDT) Message-ID: <407EB811.3060708@gnu.org> Date: Thu, 15 Apr 2004 16:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/resend/rfa] (2/4) Cleanup tm-hppa.h for multiarch. References: <20040414062442.GK31873@tausq.org> In-Reply-To: <20040414062442.GK31873@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00315.txt.bz2 > 2004-04-13 Randolph Chung > > * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h. > * config/pa/tm-hppa.h (INSTRUCTION_SIZE): Move to hppa-tdep.c. It should be renamed to HPPA_INSTRUCTION_SIZE and might as well declare it as: enum { HPPA_INSTRUCTION_SIZE = 4 }; Also does the new PA GNU/Linux file use INSTRUCTION_SIZE? If it doesn't, the definition might as well live in hppa-tdep.c After that (remember to update hppa-tdep.c's references) ok, Andrew