From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13572 invoked by alias); 1 Apr 2003 14:37:08 -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 13555 invoked from network); 1 Apr 2003 14:37:07 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 1 Apr 2003 14:37:07 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 876DF2B23; Tue, 1 Apr 2003 09:37:06 -0500 (EST) Message-ID: <3E89A412.7000902@redhat.com> Date: Tue, 01 Apr 2003 14:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: PATCH: Fix gdb build failure References: <20030401141806.GA13158@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00007.txt.bz2 > I changed the interface of a function in BFD yesterday and forgot to update > the one call to it in GDB. Sorry 'bout that. Fixed with the attached. FYI, a better way of doing this is to introduce a new method and then mark the current one as obsolete. There's a bfd macro containing a version date available for this. I'm not talking months here, just weeks. That gives the two directories a bit of leway so that if one fails, the other can revert and survive :-) Andrew