From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2914 invoked by alias); 2 Aug 2004 16:43:24 -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 2709 invoked from network); 2 Aug 2004 16:43:19 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sourceware.org with SMTP; 2 Aug 2004 16:43:19 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.6.0)); Mon, 02 Aug 2004 09:43:10 -0700 X-Server-Uuid: 8D569F9F-42CF-4602-970D-AACC4BD5D310 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id JAA28882; Mon, 2 Aug 2004 09:42:36 -0700 (PDT) Received: from ldt-sj3-010.sj.broadcom.com (ldt-sj3-010 [10.21.64.10]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id i72Gh9ov001878; Mon, 2 Aug 2004 09:43:10 -0700 (PDT) Received: (from cgd@localhost) by ldt-sj3-010.sj.broadcom.com ( 8.11.6/8.9.3) id i72Gh9F05261; Mon, 2 Aug 2004 09:43:09 -0700 X-Authentication-Warning: ldt-sj3-010.sj.broadcom.com: cgd set sender to cgd@broadcom.com using -f To: cagney@gnu.org cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Split MIPS unwinder three ways; partly References: <410D4198.3040908@gnu.org> <410E6B28.5080908@gnu.org> From: cgd@broadcom.com Date: Mon, 02 Aug 2004 16:43:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 X-WSS-ID: 6D10B0942K01934582-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00036.txt.bz2 At Mon, 2 Aug 2004 16:26:47 +0000 (UTC), "Andrew Cagney" wrote: > True. mips_isa32? That may be *worse*, since mipsisa32 == "MIPS32" in bfd-speak. I don't know that it's important to make the names perfect, since this is internal implementation and isn't exposed. But in that case it should be documented that it refers to "mips ISAs with 32-bit instructions" (i.e., all but MIPS16). chris