From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2559 invoked by alias); 23 May 2006 00:12:03 -0000 Received: (qmail 2550 invoked by uid 22791); 23 May 2006 00:12:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 May 2006 00:12:01 +0000 Received: from relay8.apple.com (relay8.apple.com [17.128.113.38]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id k4N0Bvhl003299; Mon, 22 May 2006 17:11:57 -0700 (PDT) Received: from [17.201.27.222] (unknown [17.201.27.222]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 8175117E; Mon, 22 May 2006 17:11:57 -0700 (PDT) In-Reply-To: <20060523000839.GB9061@networkno.de> References: <20060522202627.GE30254@networkno.de> <9C4668ED-B9FB-4A18-BCF4-CA7F5DFFE0E1@apple.com> <20060522234641.GA9061@networkno.de> <20060523000839.GB9061@networkno.de> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <5E9388CE-DE2A-4AD6-8C09-FB4A8CFF73C3@apple.com> Cc: binutils@sourceware.org Content-Transfer-Encoding: 7bit From: Eric Christopher Subject: Re: [PATCH] Better checking of ISA/ASE/ABI options for MIPS gas Date: Tue, 23 May 2006 05:51:00 -0000 To: Thiemo Seufer X-Mailer: Apple Mail (2.750) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00394.txt.bz2 > > I changed the test for is_isa in mips_cpu_info_from_isa() to > (flags & MIPS_CPU_IS_ISA). mips_cpu_info_from_isa() is the only user. > >> To be honest I'd just prefer another field for "default ASEs". > > a) This would bloat the table by another field to initialise. > b) There is no generic ISA with an ASE, both uses are mutually > exclusive. No more objections then. :) -eric