From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15103 invoked by alias); 6 Jan 2003 20:28:03 -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 15096 invoked from network); 6 Jan 2003 20:28:02 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 6 Jan 2003 20:28:02 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E66733D45; Mon, 6 Jan 2003 15:27:52 -0500 (EST) Message-ID: <3E19E6C8.50805@redhat.com> Date: Mon, 06 Jan 2003 20:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFC/gdbarch: Make OS ABI a real member of the gdbarch References: <20021228001850.GA2127@nevyn.them.org> <3E160B86.4030201@redhat.com> <20030104233734.GF28756@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00226.txt.bz2 > I belive that both of these `= ...' can be dropped - since info.osabi is >> explicitly initialized, no magic values are needed. This is also more >> consistent with it being a named enum. > > > Probably, but it's a little tricky; it's used to index an array, check > various bounds, etc. I'm going to leave that be for now. Ok, don't forget to clean this up though. Andrew