From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1162 invoked by alias); 4 Feb 2010 16:04:26 -0000 Received: (qmail 1130 invoked by uid 22791); 4 Feb 2010 16:04:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Feb 2010 16:04:20 +0000 Received: (qmail 20766 invoked from network); 4 Feb 2010 16:04:19 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Feb 2010 16:04:19 -0000 Date: Thu, 04 Feb 2010 16:04:00 -0000 From: Daniel Jacobowitz To: "H.J. Lu" Cc: GDB Subject: Re: PATCH: Generate set_tdesc_osabi for valid OSABI Message-ID: <20100204160416.GB14962@caradoc.them.org> Mail-Followup-To: "H.J. Lu" , GDB References: <20100204154910.GA2593@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100204154910.GA2593@lucon.org> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00116.txt.bz2 On Thu, Feb 04, 2010 at 07:49:10AM -0800, H.J. Lu wrote: > 2010-02-04 H.J. Lu > > * target-descriptions.c (maint_print_c_tdesc_cmd): Generate > set_tdesc_osabi for valid OSABI. This patch would require regenerating the board files after changing the enum. If we have to hard-code the value, there should be a warning to only add new items to the end of the enum unless regenerating the files. -- Daniel Jacobowitz CodeSourcery